Skip to content

Commit 5b00cb6

Browse files
chore(main): release 1.18.0
1 parent 941afeb commit 5b00cb6

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.17.1"
2+
".": "1.18.0"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to Bòcan are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.18.0](https://github.com/bocan/bocan-music/compare/v1.17.1...v1.18.0) (2026-07-11)
9+
10+
11+
### ### Added
12+
13+
* **persistence:** add Phone Sync tables (M031) and TrustedDevice ([b6d8883](https://github.com/bocan/bocan-music/commit/b6d8883fbf127ef1325f8a1b4ecf73ed45b9c9d4))
14+
* **sync:** add ServerIdentity with a self-signed P-256 TLS certificate ([c13c2c1](https://github.com/bocan/bocan-music/commit/c13c2c1aae00cf924d73349ed3f57f4f76cd5c88))
15+
* **sync:** add SyncServer module with PairingCode and golden vectors ([4cb23ca](https://github.com/bocan/bocan-music/commit/4cb23ca90ebe69287476b00f9564cb16f0df7b4a))
16+
* **sync:** add the TrustedDevices trust store ([941afeb](https://github.com/bocan/bocan-music/commit/941afebd51b42b6a5a55ddcb52eb0e0ef504494c))
17+
818
## [1.17.1](https://github.com/bocan/bocan-music/compare/v1.17.0...v1.17.1) (2026-07-06)
919

1020

Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>1.17.1</string><!-- x-release-please-version -->
24+
<string>1.18.0</string><!-- x-release-please-version -->
2525
<key>CFBundleVersion</key>
2626
<string>$(CURRENT_PROJECT_VERSION)</string>
2727
<key>LSApplicationCategoryType</key>

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.1
1+
1.18.0

0 commit comments

Comments
 (0)