Skip to content

Commit bf348d0

Browse files
authored
chore: release v0.1.12 (#167)
## 🤖 New release * `protofetch`: 0.1.11 -> 0.1.12 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.1.12](v0.1.11...v0.1.12) - 2025-10-21 ### Other - Preserve dependencies order ([#166](#166)) - Delete apple_sdk.frameworks.Security ([#165](#165)) - Add to the readme an example of subtree checkout ([#164](#164)) - Include content_roots in README ([#163](#163)) - Upgrade dependencies and tooling ([#160](#160)) - fix typo (#159) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent 16e1637 commit bf348d0

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.12](https://github.com/coralogix/protofetch/compare/v0.1.11...v0.1.12) - 2025-10-21
10+
11+
### Other
12+
13+
- Preserve dependencies order ([#166](https://github.com/coralogix/protofetch/pull/166))
14+
- Delete apple_sdk.frameworks.Security ([#165](https://github.com/coralogix/protofetch/pull/165))
15+
- Add to the readme an example of subtree checkout ([#164](https://github.com/coralogix/protofetch/pull/164))
16+
- Include content_roots in README ([#163](https://github.com/coralogix/protofetch/pull/163))
17+
- Upgrade dependencies and tooling ([#160](https://github.com/coralogix/protofetch/pull/160))
18+
- fix typo (#159)
19+
920
## [0.1.11](https://github.com/coralogix/protofetch/compare/v0.1.10...v0.1.11) - 2025-02-27
1021

1122
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "protofetch"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
edition = "2021"
55
rust-version = "1.75"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)