Skip to content

Commit

Permalink
v0.3.30 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Oct 14, 2023
1 parent 08ed41d commit 72f03e0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver

---

## 0.3.30 [2023-10-13]

### Added

- `powerfmt::smart_display::SmartDisplay` has been added for the main types in the library. These
implementations ensure that values follow the requested fill, width, and alignment when using
`format!` or similar macros. `Display` is implemented in terms of `SmartDisplay`.

### Fixed

- Large values no longer wrap around in release mode when using `NumericalDuration` or
`NumericalStdDuration`.

## 0.3.29 [2023-09-24]

### Added
Expand Down
2 changes: 1 addition & 1 deletion time/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "time"
version = "0.3.29"
version = "0.3.30"
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
edition = "2021"
rust-version = "1.67.0"
Expand Down

0 comments on commit 72f03e0

Please sign in to comment.