Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.4](https://github.com/georust/tilejson/compare/v0.4.3...v0.4.4) - 2025-12-01

### Other

- add .editorconfig
- minor justfile adjustments
- minor justfile adjustments
- use automatic crates.io token ([#43](https://github.com/georust/tilejson/pull/43))
- Change test attribute from expect to allow for MSRV ([#42](https://github.com/georust/tilejson/pull/42))
- add more linting
- *(just)* minor justfile cleanup
- *(ci)* improve cargo-install recipe
- *(ci)* disable telemetry in workflow
- format Cargo.toml, minor just cleanup ([#40](https://github.com/georust/tilejson/pull/40))
- [pre-commit.ci] pre-commit autoupdate ([#38](https://github.com/georust/tilejson/pull/38))
- Bump actions/checkout from 4 to 5 in the all-actions-version-updates group ([#39](https://github.com/georust/tilejson/pull/39))

## [0.4.3](https://github.com/georust/tilejson/compare/v0.4.2...v0.4.3) - 2025-06-16
- 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))

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tilejson"
version = "0.4.3"
version = "0.4.4"
description = "Library for serializing the TileJSON file format"
authors = [
"Stepan Kuzmin <to.stepan.kuzmin@gmail.com>",
Expand Down