We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a029929 commit 3d6bfccCopy full SHA for 3d6bfcc
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "random-json"
3
-version = "0.1.2-rc"
+version = "0.1.2-rc.1"
4
edition = "2024"
5
description = "A CLI tool to generate random data from a JSON schema to fill databases."
6
license = "MIT OR Apache-2.0"
RELEASES.md
@@ -0,0 +1,3 @@
+# 0.1.2-rc.1
+
+First release with release notes.
0 commit comments