From 4593547ff4e8803dd9739cbbb67191442e4a7782 Mon Sep 17 00:00:00 2001 From: Kubo Takehiro Date: Thu, 2 Jan 2025 20:41:24 +0900 Subject: [PATCH] Bump version to 0.6.3 --- Cargo.toml | 2 +- ChangeLog.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3f7da4e2..30a505df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "oracle" -version = "0.6.3-dev" +version = "0.6.3" authors = ["Kubo Takehiro "] repository = "https://github.com/kubo/rust-oracle" license = "UPL-1.0/Apache-2.0" diff --git a/ChangeLog.md b/ChangeLog.md index b4462969..3fb9d4c6 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,6 @@ # Change Log -## 0.6.3 (2025-XX-XX) +## 0.6.3 (2025-01-02) New features: diff --git a/README.md b/README.md index 6be1f97c..e81520b6 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Put this in your `Cargo.toml`: ```text [dependencies] -oracle = "0.6.2" +oracle = "0.6.3" ``` ## Optional Features