Skip to content

Commit a8a050b

Browse files
committed
chore(double-int): prepare release 0.1.1
1 parent 25ea891 commit a8a050b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/double-int/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.1.1
6+
57
- Migrate `serde` dependency to `serde_core`.
68

79
## 0.1.0

crates/double-int/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "double-int"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "The double-int format represents an integer that can be stored in an IEEE 754 double-precision number without loss of precision"
55
categories = ["encoding", "no-std", "no-std::no-alloc"]
66
keywords = ["serde", "utilities", "serialization", "deserialization"]

0 commit comments

Comments
 (0)