Skip to content

Commit 01fdfff

Browse files
committed
chore(main): release 0.1.1
1 parent 0d1a329 commit 01fdfff

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/nek0der/limpid/compare/v0.1.0...v0.1.1) (2026-06-07)
4+
5+
6+
### CI
7+
8+
* **dependabot:** drop the unusable swift ecosystem ([0d1a329](https://github.com/nek0der/limpid/commit/0d1a3294f4b779bd06e280c9d051090befa00e2f))

project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ settings:
3333
# at archive time via xcodebuild MARKETING_VERSION=... and
3434
# CURRENT_PROJECT_VERSION=... so the released app reports the
3535
# actual tag (release-please bumps these in lockstep with tags).
36-
MARKETING_VERSION: "0.1.0" # x-release-please-version
37-
CURRENT_PROJECT_VERSION: "0.1.0" # x-release-please-version
36+
MARKETING_VERSION: "0.1.1" # x-release-please-version
37+
CURRENT_PROJECT_VERSION: "0.1.1" # x-release-please-version
3838
# Debug uses ad-hoc signing for fast local iteration.
3939
# Release is signed with the Developer ID Application certificate
4040
# so the distributable .app can be notarized.

0 commit comments

Comments
 (0)