CHANGELOG.md: add release notes, Cargo.toml: bump version number
Build and test / check-license (push) Successful in 49s
Build and test / check (push) Failing after 1m57s
Build and test / test (push) Failing after 2m53s
Build and test / build (push) Failing after 3m11s
Build and test / docs (push) Failing after 4m15s

This commit is contained in:
2026-05-31 00:09:49 +09:00
parent 6849e99c11
commit 8f475eced1
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -1,5 +1,15 @@
# Changelog
## v1.0.2
Patch release with an important bug fix
### Notable changes
- Run `FLUSH PRIVILEGES` on the server whenever users modify privileges.
- You will have to grant `RELOAD` for the muscl admin user on all databases, see the [installation docs](./docs/installation.md) for details.
- Bump dependencies
## v1.0.1
Patch release with some important bug fixes
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "muscl"
version = "1.0.1"
version = "1.0.2"
edition = "2024"
resolver = "2"
license = "BSD-3-Clause"