CHANGELOG.md: add release notes, Cargo.toml: bump version number
Build and test / check-license (push) Successful in 52s
Build and test / check (push) Successful in 1m44s
Build and test / build (push) Successful in 3m1s
Build and test / test (push) Successful in 3m12s
Build and test / docs (push) Successful in 7m24s

This commit is contained in:
2026-04-28 18:14:48 +09:00
parent 531fdfc2e9
commit 6404e5011a
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## v1.0.1
Patch release with some important bug fixes
### Notable changes
- `mysql.db.Host` would usually be unset when creating privileges for users, this should be fixed now.
- You might have to manually set this field for rows created with the previous version of muscl to have those privileges work properly.
- Fixed an issue where a few select server responses would refuse to serialize properly, leading to an error message: "No response from server"
- The output of various commands is now being sorted.
- Bump dependencies
## v1.0.0 - Initial Release
This is the initial release of `muscl`.
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "muscl"
version = "1.0.0"
version = "1.0.1"
edition = "2024"
resolver = "2"
license = "BSD-3-Clause"