Skip to content

Commit ae3b140

Browse files
committed
Bump version to 0.6.1
1 parent d6e8840 commit ae3b140

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.1-dev"
5+
version = "0.6.1"
66
authors = ["Kubo Takehiro <[email protected]>"]
77
build = "build.rs"
88
repository = "https://github.com/kubo/rust-oracle"

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.1 (2024-??-??)
3+
## 0.6.1 (2024-06-24)
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.5"
34+
oracle = "0.6.1"
3535
```
3636
## Optional Features
3737

0 commit comments

Comments
 (0)