Skip to content

Commit

Permalink
Bump to version v0.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
hgaiser committed Apr 21, 2024
1 parent 4bf73eb commit 3ed1031
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v0.2.3] - 2024-04-21

### Added
- Add workflow for releasing binary file.

### Changed
- Update dependencies.

## [v0.2.2] - 2023-03-05
## [v0.2.2] - 2024-03-05

### Added
- Allow to set certificate path with expansion (environment variables and `~`).

### Changed
- Create certificate directory if it does not exist.

## [v0.2.1] - 2023-03-05
## [v0.2.1] - 2024-03-05

### Added
- Generate a config.toml file if it did not exist yet.

### Removed
- config.toml file in the repository.

## [v0.2.0] - 2023-03-05
## [v0.2.0] - 2024-03-05

### Added
- Certificate creation through code. This creates a certificate if none exists yet.
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
@@ -1,6 +1,6 @@
[package]
name = "moonshine"
version = "0.2.2"
version = "0.2.3"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 3ed1031

Please sign in to comment.