Skip to content

Commit

Permalink
bump: version 0.13.12 → 0.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Dec 7, 2023
1 parent e300ab0 commit f677325
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.13.13 (2023-12-06)

### Feat

- add execute method on session (#77)
- add back record batch reader (#76)

## v0.13.12 (2023-11-29)

## v0.13.11 (2023-11-20)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "biobear"
version = "0.13.12"
version = "0.13.13"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion cz.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commitizen": {
"name": "cz_conventional_commits",
"version": "0.13.12",
"version": "0.13.13",
"tag_format": "v$version",
"version_files": [
"Cargo.toml",
Expand Down

0 comments on commit f677325

Please sign in to comment.