Skip to content

Commit 0137552

Browse files
authored
chore: release v0.1.15 (#179)
## πŸ€– New release * `protofetch`: 0.1.14 -> 0.1.15 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.1.15](v0.1.14...v0.1.15) - 2025-11-17 ### Other - Do not try same credentials over and over ([#178](#178)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent 831dd3c commit 0137552

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

77
## [Unreleased]
88

9+
## [0.1.15](https://github.com/coralogix/protofetch/compare/v0.1.14...v0.1.15) - 2025-11-17
10+
11+
### Other
12+
13+
- Do not try same credentials over and over ([#178](https://github.com/coralogix/protofetch/pull/178))
14+
915
## [0.1.14](https://github.com/coralogix/protofetch/compare/v0.1.13...v0.1.14) - 2025-11-10
1016

1117
### 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.14"
3+
version = "0.1.15"
44
edition = "2021"
55
rust-version = "1.75"
66
license = "Apache-2.0"

0 commit comments

Comments
Β (0)