We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68d3b5 commit 88d1e27Copy full SHA for 88d1e27
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
---
8
9
+## [0.5.4] - 2025-12-15
10
+### Added
11
+- Impl std `Error` for `AstrolabeError`
12
+
13
## [0.5.3] - 2024-11-22
14
### Added
15
- Impl sqlx `Encode<Postgres>` and `Decode<Postgres>` for `DateTime`, `Date` and `Time`
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "astrolabe"
3
-version = "0.5.3"
+version = "0.5.4"
4
edition = "2021"
5
description = "Date and time library for Rust. Aims to be feature rich, lightweight and easy-to-use."
homepage = "https://github.com/giyomoon/astrolabe"
0 commit comments