Tobin C. Harding
|
af6dc1db02
|
internals: Bump version to 0.3.0
In preparation for release add a changelog and bump the version number.
|
2024-03-27 09:44:30 +11:00 |
Tobin C. Harding
|
396e049a7a
|
Use InputString instead of String
Done so that we can correctly support builds without an allocator.
Add two new error types that wrap `InputString`.
|
2023-12-11 08:53:13 +11:00 |
Tobin C. Harding
|
acacf45edf
|
Add ParseDenominationError
We have two variants in the `ParseAmountError` that both come from
parsing a denomination, these should be a separate error.
|
2023-12-11 08:53:11 +11:00 |
Tobin C. Harding
|
69e56a64ed
|
Add bitcoin-units crate
Add a new crate `bitcoin-units`, move the `amount` module over to it and
re-export all types from `bitcoin::amount` so this as not a breaking
change.
|
2023-12-11 08:52:31 +11:00 |