We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f37a46 commit a20a7b6Copy full SHA for a20a7b6
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 1.0.2 2025-04-24
4
+### Test
5
+- Fix a bug to fail doctests.
6
+
7
## 1.0.1 2025-04-24
8
### Document
9
- Rename Readme.md to README.md.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tphrase"
-version = "1.0.1"
+version = "1.0.2"
edition = "2015"
description = "A translatable phrase generator."
license = "MIT OR Apache-2.0"
0 commit comments