Skip to content

Commit 5e21322

Browse files
committed
chore: release 0.1.1 πŸ”₯
1 parent 738ba3d commit 5e21322

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
<!-- generated by git-cliff -->

β€ŽCargo.lockβ€Ž

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["prefs", "prefs-derive"]
33
resolver = "3"
44

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "0.1.1"
77
edition = "2024"
88
rust-version = "1.85"
99
description = "Type-safe macOS preferences library"

β€ŽMakefileβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ publish:
1212
@sed -E 's/^version = "[^"]+"/version = "${VERSION}"/' Cargo.toml > Cargo.toml.tmp
1313
@mv Cargo.toml.tmp Cargo.toml
1414
@cargo update -p prefs
15+
@cargo update -p prefs-derive
1516
@git add Makefile Cargo.toml Cargo.lock
1617
@git commit -m "chore: release ${VERSION} πŸ”₯"
1718
@git tag "v${VERSION}"
@@ -22,3 +23,4 @@ publish:
2223
@git tag -a "v${VERSION}" -m "release v${VERSION}"
2324
@git push
2425
@git push --tags
26+
@cargo publish

0 commit comments

Comments
Β (0)