Skip to content

Commit

Permalink
Bump version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo committed Jan 2, 2025
1 parent df45b4a commit 4593547
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "oracle"
version = "0.6.3-dev"
version = "0.6.3"
authors = ["Kubo Takehiro <[email protected]>"]
repository = "https://github.com/kubo/rust-oracle"
license = "UPL-1.0/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 0.6.3 (2025-XX-XX)
## 0.6.3 (2025-01-02)

New features:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Put this in your `Cargo.toml`:

```text
[dependencies]
oracle = "0.6.2"
oracle = "0.6.3"
```
## Optional Features

Expand Down

0 comments on commit 4593547

Please sign in to comment.