Skip to content

Commit da1a804

Browse files
authored
release: v0.4.2 (#118)
Kicking the tyres on automated releasing via tag
1 parent b3536a0 commit da1a804

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.4.2] - 2025-11-12
10+
11+
### Changed
12+
13+
- Better package metadata and automated releasing
14+
915
## [0.4.1] - 2025-10-31
1016

1117
## Changed
@@ -113,7 +119,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
113119

114120
Initial release.
115121

116-
[Unreleased]: https://github.com/developmentseed/cql2-rs/compare/v0.4.1...main
122+
[Unreleased]: https://github.com/developmentseed/cql2-rs/compare/v0.4.2...main
123+
[0.4.2]: https://github.com/developmentseed/cql2-rs/compare/v0.4.1...v0.4.2
117124
[0.4.1]: https://github.com/developmentseed/cql2-rs/compare/v0.4.0...v0.4.1
118125
[0.4.0]: https://github.com/developmentseed/cql2-rs/compare/v0.3.8...v0.4.0
119126
[0.3.8]: https://github.com/developmentseed/cql2-rs/compare/v0.3.7...v0.3.8

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.4.1"
2+
version = "0.4.2"
33
authors = [
44
"David Bitner <bitner@dbspatial.com>",
55
"Pete Gadomski <pete.gadomski@gmail.com>",

0 commit comments

Comments
 (0)