Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Hähnel <[email protected]>
  • Loading branch information
github-actions[bot] and markhaehnel authored Oct 9, 2024
1 parent b90661a commit 4771a60
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1](https://github.com/markhaehnel/sfdl/compare/v0.1.0...v0.1.1) - 2024-10-09

### Fixed

- wrong docs badge url ([#11](https://github.com/markhaehnel/sfdl/pull/11))
- wrong repository url ([#4](https://github.com/markhaehnel/sfdl/pull/4))

### Other

- update readme template ([#10](https://github.com/markhaehnel/sfdl/pull/10))
- add dependabot schedule ([#8](https://github.com/markhaehnel/sfdl/pull/8))
- run release action as repo owner ([#6](https://github.com/markhaehnel/sfdl/pull/6))
- release ([#1](https://github.com/markhaehnel/sfdl/pull/1))

## [0.1.0](https://github.com/markhaehnel/sfdl-rs/releases/tag/v0.1.0) - 2024-10-09

### Added
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sfdl"
description = "Parse, encrypt and decrypt SFDL container files"
authors = ["Mark Hähnel <[email protected]>"]
version = "0.1.0"
version = "0.1.1"
edition = "2021"
repository = "https://github.com/markhaehnel/sfdl.git"
keywords = ["sfdl", "parse", "decrypt", "encrypt"]
Expand Down

0 comments on commit 4771a60

Please sign in to comment.