Skip to content

Commit bfa4991

Browse files
authored
chore: release v0.4.4
1 parent 0da0c0e commit bfa4991

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ 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-12-01
11+
12+
### Other
13+
14+
- add .editorconfig
15+
- minor justfile adjustments
16+
- minor justfile adjustments
17+
- use automatic crates.io token ([#43](https://github.com/georust/tilejson/pull/43))
18+
- Change test attribute from expect to allow for MSRV ([#42](https://github.com/georust/tilejson/pull/42))
19+
- add more linting
20+
- *(just)* minor justfile cleanup
21+
- *(ci)* improve cargo-install recipe
22+
- *(ci)* disable telemetry in workflow
23+
- format Cargo.toml, minor just cleanup ([#40](https://github.com/georust/tilejson/pull/40))
24+
- [pre-commit.ci] pre-commit autoupdate ([#38](https://github.com/georust/tilejson/pull/38))
25+
- Bump actions/checkout from 4 to 5 in the all-actions-version-updates group ([#39](https://github.com/georust/tilejson/pull/39))
26+
1027
## [0.4.3](https://github.com/georust/tilejson/compare/v0.4.2...v0.4.3) - 2025-06-16
1128
- 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))
1229

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 <to.stepan.kuzmin@gmail.com>",

0 commit comments

Comments
 (0)