4 Commits

Author SHA1 Message Date
c4a6bb1c0f Merge pull request 'dev' (#23) from dev into main
Some checks failed
ci/someci/tag/woodpecker/1 Pipeline was successful
ci/someci/tag/woodpecker/2 Pipeline was successful
ci/someci/tag/woodpecker/3 Pipeline failed
ci/someci/tag/woodpecker/4 Pipeline failed
ci/someci/tag/woodpecker/5 Pipeline failed
ci/someci/tag/woodpecker/6 Pipeline failed
ci/someci/tag/woodpecker/7 Pipeline failed
Reviewed-on: #23
2025-10-02 01:38:22 +02:00
dcbfe6ef06 Update README: bump version to 0.1.5 in Alpha Status section 2025-10-02 01:37:44 +02:00
e468658d63 Bump version to 0.1.5 in Cargo.toml 2025-10-02 01:37:15 +02:00
2ad801f0c1 Remove release workflow: delete .gitea/workflows/release.yml 2025-10-02 01:36:59 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ members = [
exclude = []
[workspace.package]
version = "0.1.0"
version = "0.1.5"
edition = "2021"
authors = ["Owlibou"]
license = "AGPL-3.0"

View File

@@ -9,7 +9,7 @@
## Alpha Status
- This project is currently in **alpha** (v0.1.0) and under active development.
- This project is currently in **alpha** (v0.1.5) and under active development.
- Core features are functional but expect occasional bugs and missing polish.
- Breaking changes may occur between releases as we refine the API.
- Feedback, bug reports, and contributions are very welcome!