Skip to content

Commit b0054f7

Browse files
chore: release v0.1.4 (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f459664 commit b0054f7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.toml

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

55
[workspace.package]
6-
version = "0.1.3"
6+
version = "0.1.4"
77
authors = ["Jagoda Estera Ślązak <jslazak@jslazak.com>"]
88
license = "MIT OR Apache-2.0"
99
edition = "2024"

serde_more/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.4](https://github.com/j-g00da/serde-more/compare/serde_more-v0.1.3...serde_more-v0.1.4) - 2025-11-11
11+
12+
### Other
13+
14+
- *(readme)* Fix links to license files ([#8](https://github.com/j-g00da/serde-more/pull/8))
15+
1016
## [0.1.3](https://github.com/j-g00da/serde-more/compare/serde_more-v0.1.2...serde_more-v0.1.3) - 2025-11-11
1117

1218
### Other

serde_more/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository.workspace = true
1212

1313
[dependencies]
1414
serde.workspace = true
15-
serde_more_derive = { path = "../serde_more_derive", version = "0.1.3" }
15+
serde_more_derive = { path = "../serde_more_derive", version = "0.1.4" }
1616

1717
[dev-dependencies]
1818
serde = { workspace = true, features = ["derive"] }

0 commit comments

Comments
 (0)