Skip to content

Commit db84493

Browse files
authored
chore: release v0.4.4
1 parent 56dc9f4 commit db84493

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.4](https://github.com/georust/tilejson/compare/v0.4.3...v0.4.4) - 2025-09-17
11+
12+
### Other
13+
14+
- *(just)* minor justfile cleanup
15+
- *(ci)* improve cargo-install recipe
16+
- *(ci)* disable telemetry in workflow
17+
- format Cargo.toml, minor just cleanup ([#40](https://github.com/georust/tilejson/pull/40))
18+
- [pre-commit.ci] pre-commit autoupdate ([#38](https://github.com/georust/tilejson/pull/38))
19+
- Bump actions/checkout from 4 to 5 in the all-actions-version-updates group ([#39](https://github.com/georust/tilejson/pull/39))
20+
1021
## [0.4.3](https://github.com/georust/tilejson/compare/v0.4.2...v0.4.3) - 2025-06-16
1122
- migrate to release-plz CI and rework CI/dependabot pipeline ([#43](https://github.com/georust/tilejson/pull/43), [#36](https://github.com/georust/tilejson/pull/36), [#35](https://github.com/georust/tilejson/pull/35), [#33](https://github.com/georust/tilejson/pull/33), [#32](https://github.com/georust/tilejson/pull/32), [#31](https://github.com/georust/tilejson/pull/31), [#30](https://github.com/georust/tilejson/pull/30))
1223

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tilejson"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "Library for serializing the TileJSON file format"
55
authors = [
66
"Stepan Kuzmin <[email protected]>",

0 commit comments

Comments
 (0)