Skip to content

Commit ab69fc4

Browse files
authored
chore: release v0.4.3
1 parent 3abbd66 commit ab69fc4

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.4.3](https://github.com/georust/tilejson/compare/v0.4.2...v0.4.3) - 2025-06-16
11+
12+
### Other
13+
14+
- set release-plz CI ([#43](https://github.com/georust/tilejson/pull/43)) ([#36](https://github.com/georust/tilejson/pull/36))
15+
- minor justfile and precommit adjustments ([#35](https://github.com/georust/tilejson/pull/35))
16+
- Ensure create has not been published ([#34](https://github.com/georust/tilejson/pull/34))
17+
- ci updates ([#33](https://github.com/georust/tilejson/pull/33))
18+
- more ci updates ([#32](https://github.com/georust/tilejson/pull/32))
19+
- minor dependabot settings update
20+
- Rework CI and justfile ([#31](https://github.com/georust/tilejson/pull/31))
21+
- Sort justfiles alphabetically ([#30](https://github.com/georust/tilejson/pull/30))
122
<a name="v0.4.2"></a>
223
### v0.4.2 (2025-03-03)
324
* Update dependencies, set MSRV to 1.78, and some internal cleanup

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.2"
3+
version = "0.4.3"
44
description = "Library for serializing the TileJSON file format"
55
authors = [
66
"Stepan Kuzmin <to.stepan.kuzmin@gmail.com>",

0 commit comments

Comments
 (0)