Skip to content

Commit

Permalink
chore: release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardosm committed Aug 10, 2024
1 parent 4b7877d commit a756e59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.2.0 (unreleased)
## 0.2.0 (2024-08-10)

### Breaking

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svn2git"
version = "0.2.0-pre"
version = "0.2.0"
authors = ["Eduardo Sánchez Muñoz <[email protected]>"]
edition = "2021"
rust-version = "1.77"
Expand All @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
keywords = ["converter", "git", "repository", "subversion", "svn"]
categories = ["development-tools"]
exclude = ["/.github", "/book", "/ci", ".gitignore"]
publish = false
publish = true

[[test]]
name = "convert"
Expand Down

0 comments on commit a756e59

Please sign in to comment.