Skip to content

Commit

Permalink
Prepare v0.5.0 (#113)
Browse files Browse the repository at this point in the history
* bump dashboard deps

* bump version to 0.5.0

* fix just recipe `msrv-find` for new version

* rebuild static dashboard html

* fix some clippy lints + note TODOs

* update examples deps

* update changelog
  • Loading branch information
sebadob authored Jan 21, 2025
1 parent 3925217 commit 9515a20
Show file tree
Hide file tree
Showing 102 changed files with 371 additions and 420 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## UNRELEASED
## v0.5.0

- All internal dependencies have been bumped to the latest stable version.
- If you don't need the `listen_notify` feature for remote clusters, you can now choose to only used
Expand All @@ -10,6 +10,7 @@
case during local development. This greatly improves the DX.
- `hiqlite::Client::query_raw_not_empty()` has been removed as it was redundant. `query_raw_one()` behaves in the
same way.
- MSRV has been bumped to `1.82.0`

## v0.4.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["hiqlite"]
exclude = ["examples"]

[workspace.package]
version = "0.4.0"
version = "0.5.0"
edition = "2021"
license = "Apache-2.0"
authors = ["Sebastian Dobe <[email protected]"]
Expand Down
322 changes: 160 additions & 162 deletions dashboard/package-lock.json

Large diffs are not rendered by default.

82 changes: 37 additions & 45 deletions examples/bench/Cargo.lock

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

51 changes: 17 additions & 34 deletions examples/cache-only/Cargo.lock

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

Loading

0 comments on commit 9515a20

Please sign in to comment.