summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCyborus <cyborus@noreply.codeberg.org>2024-05-31 17:38:26 +0200
committerCyborus <cyborus@noreply.codeberg.org>2024-05-31 17:38:26 +0200
commit9830fb4578aa877e73cda1b73f11b08e42fcca4a (patch)
treeb96eb3a20987c1ebb676e6fe4786290fdc160f3a /Cargo.toml
parentMerge pull request 'improve integration tests' (#56) from improve-tests into ... (diff)
parentbump version to 0.3.0 (diff)
downloadforgejo-api-9830fb4578aa877e73cda1b73f11b08e42fcca4a.tar.xz
forgejo-api-9830fb4578aa877e73cda1b73f11b08e42fcca4a.zip
Merge pull request 'bump version to 0.3.0' (#58) from bump-0.3.0 into mainv0.3.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 94f5e81..df6c0b4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
workspace = { members = ["generator"] }
[package]
name = "forgejo-api"
-version = "0.2.0"
+version = "0.3.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
repository = "https://codeberg.org/Cyborus/forgejo-api"