Skip to content

Commit 88d1e27

Browse files
committed
build(release): bump version to 0.5.4
1 parent b68d3b5 commit 88d1e27

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

77
---
88

9+
## [0.5.4] - 2025-12-15
10+
### Added
11+
- Impl std `Error` for `AstrolabeError`
12+
913
## [0.5.3] - 2024-11-22
1014
### Added
1115
- Impl sqlx `Encode<Postgres>` and `Decode<Postgres>` for `DateTime`, `Date` and `Time`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astrolabe"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
edition = "2021"
55
description = "Date and time library for Rust. Aims to be feature rich, lightweight and easy-to-use."
66
homepage = "https://github.com/giyomoon/astrolabe"

0 commit comments

Comments
 (0)