summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCyborus <cyborus@cyborus.xyz>2024-05-31 17:36:31 +0200
committerCyborus <cyborus@cyborus.xyz>2024-05-31 17:36:31 +0200
commit0a2f7cf50364b86daa861c61e8d4dcc2b54be292 (patch)
treeb96eb3a20987c1ebb676e6fe4786290fdc160f3a /Cargo.toml
parentMerge pull request 'improve integration tests' (#56) from improve-tests into ... (diff)
downloadforgejo-api-0a2f7cf50364b86daa861c61e8d4dcc2b54be292.tar.xz
forgejo-api-0a2f7cf50364b86daa861c61e8d4dcc2b54be292.zip
bump version to 0.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"