Skip to content

Commit 4593547

Browse files
committed
Bump version to 0.6.3
1 parent df45b4a commit 4593547

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "oracle"
5-
version = "0.6.3-dev"
5+
version = "0.6.3"
66
authors = ["Kubo Takehiro <kubo@jiubao.org>"]
77
repository = "https://github.com/kubo/rust-oracle"
88
license = "UPL-1.0/Apache-2.0"

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## 0.6.3 (2025-XX-XX)
3+
## 0.6.3 (2025-01-02)
44

55
New features:
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Put this in your `Cargo.toml`:
3131

3232
```text
3333
[dependencies]
34-
oracle = "0.6.2"
34+
oracle = "0.6.3"
3535
```
3636
## Optional Features
3737

0 commit comments

Comments
 (0)