Skip to content

Commit

Permalink
units: Add an initial changelog
Browse files Browse the repository at this point in the history
In preparation for the initial release add a changelog. Note the version
number is already set to `v0.1.0` and this does not conflict with the
release currently on crates.io `v0.0.0`.
  • Loading branch information
tcharding committed Apr 3, 2024
1 parent 36ef4a6 commit a05da22
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions units/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 0.1.0 - Initial Release - 2024-04-03

Initial release of the `bitcoin-units` crate. These unit types are
integer wrapper types used by the `rust-bitcoin` ecosystem. Note
please that this release relies heavily on the "alloc" feature.

The main types are:

- `Amount`
- `locktime::absolute::{Height, Time}`
- `locktime::relative::{Height, Time}`
- `FeeRate`
- `Weight`

# 0.0.0 - Placeholder release

Empty crate to reserve the name on crates.io

0 comments on commit a05da22

Please sign in to comment.