Skip to content

Commit

Permalink
prepare for the 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucat1 committed Dec 28, 2023
1 parent 39cf1ad commit 91ddf8a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "base"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
publish = false
license = "AGPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion base/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pub mod setting;
pub mod util;

pub const CLI_NAME: &str = "tempo";
pub const VERSION: &str = "0.1.0";
pub const VERSION: &str = "0.2.0";
pub const GITHUB: &str = "codeberg.org/tempo/server";

// logging constants
Expand Down
2 changes: 1 addition & 1 deletion entity/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "entity"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
publish = false
license = "AGPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "migration"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
publish = false
license = "AGPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "server"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
publish = false
license = "AGPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion tag/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tag"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
publish = false
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit 91ddf8a

Please sign in to comment.