Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 11, 2024
1 parent 17fedef commit 13fce99
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [10.0.1](https://github.com/pacman82/odbc-api/compare/v10.0.0...v10.0.1) - 2024-12-11

### Other

- Validate bulk inserting i64 works.
- Fix typo in variable name
- *(deps)* bump thiserror from 2.0.4 to 2.0.6
- *(deps)* bump thiserror from 2.0.3 to 2.0.4
- *(deps)* bump anyhow from 1.0.93 to 1.0.94
- *(deps)* bump tokio from 1.41.1 to 1.42.0
- *(deps)* bump syn from 2.0.89 to 2.0.90

## [10.0.0](https://github.com/pacman82/odbc-api/compare/v9.0.0...v10.0.0) - 2024-11-24

### Added
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "odbc-api-derive"
version = "9.0.1"
version = "9.0.2"
edition = "2021"
license = "MIT"
repository = "https://github.com/pacman82/odbc-api"
Expand Down
4 changes: 2 additions & 2 deletions odbc-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "odbc-api"
version = "10.0.0"
version = "10.0.1"
authors = ["Markus Klein"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -89,7 +89,7 @@ log = "0.4.22"
# Interacting with UTF-16 texts for wide columns or wide function calls
widestring = "1.1.0"
atoi = "2.0.0"
odbc-api-derive ={ version = "9.0.1", path = "../derive", optional = true}
odbc-api-derive ={ version = "9.0.2", path = "../derive", optional = true}

[target.'cfg(windows)'.dependencies]
# We use winit to display dialogs prompting for connection strings. We can deactivate default
Expand Down

0 comments on commit 13fce99

Please sign in to comment.