Skip to content

Commit

Permalink
build: v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
unlimitedsola committed Apr 15, 2024
1 parent e6858a4 commit 7faa4cc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.idea/
/target

/config.yaml
/config.toml
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0]

### Added

- Support `aarch64-unknown-linux-gnu` target.
Expand All @@ -32,4 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[unreleased]: https://github.com/unlimitedsola/cf-ddns/compare/v0.1.0...HEAD

[0.2.0]: https://github.com/unlimitedsola/cf-ddns/compare/v0.1.0...v0.2.0

[0.1.0]: https://github.com/unlimitedsola/cf-ddns/releases/tag/v0.1.0
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cf-ddns"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

license = "MIT"
Expand Down

0 comments on commit 7faa4cc

Please sign in to comment.