Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dmg-smappservice-rebind.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.3.0
### Minor Changes



- [#8](https://github.com/quantizor/devctl/pull/8) [`e503e93`](https://github.com/quantizor/devctl/commit/e503e937766af58499f2ff108da04142b28a8ff1) - Ship a DMG installer that places the app in Applications and registers the Login Items agent, keep resource locks across a daemon crash so paused servers resume, and rebind the helper after ad-hoc upgrades so the daemon returns in seconds instead of stalling on a codesign throttle.

All notable changes to this project are documented here. Releases are tagged
`vX.Y.Z` on GitHub (same scheme Changesets uses for this root package).

Expand Down
2 changes: 1 addition & 1 deletion Sources/DevCtlKit/Model/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Foundation
public enum DevCtlVersion {
/** Wire protocol major version; clients abort on mismatch with `version-mismatch`. */
public static let proto = 1
public static let version = "1.2.0"
public static let version = "1.3.0"
}

/** Lifecycle phase of a supervised server. `failed` means the spawn itself never
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devctl",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"description": "Version and changelog source of truth for GitHub releases (Swift product; not published to npm).",
"repository": {
Expand Down