Skip to content

Commit

Permalink
🔖 Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyoMoon committed May 18, 2023
1 parent d6e4610 commit 794f0ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [0.4.0] - Unreleased
## [0.4.0] - 2023-05-18
### Added
- Structs
- [`CronSchedule`](https://docs.rs/astrolabe/0.4.0/astrolabe/struct.CronSchedule.html)
Expand Down Expand Up @@ -47,6 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- All offset functions now come from the `OffsetUtilities` trait
- Renamed `set_offset_time()` to `set_offset_hms()`
- Renamed `as_offset_time()` to `as_offset_hms()`
- Renamed `Time::from_nanoseconds` to `Time::from_nanos`
- Renamed `Time::as_nanoseconds` to `Time::as_nanos`

### Removed
- `DateTime`
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 = "astrolabe"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
description = "Date and time library for Rust. Aims to be feature rich, lightweight and easy-to-use."
homepage = "https://github.com/giyomoon/astrolabe"
Expand Down

0 comments on commit 794f0ff

Please sign in to comment.