Skip to content

Commit

Permalink
Merge pull request #2 from walker84837/dev
Browse files Browse the repository at this point in the history
0.1.0: 3rd March 2024
  • Loading branch information
walker84837 authored Mar 3, 2024
2 parents 6fcb1cf + c2c4f6e commit 7a2ca87
Show file tree
Hide file tree
Showing 7 changed files with 962 additions and 117 deletions.
38 changes: 15 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,28 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
project adheres to [Semantic Versioning](https://semver.org/).

## \[Unreleased\]

## \[0.1.0\] - 2024-03-03

### Added

- Add TOML configuration and document it.

### Changed

- Change handling from StructOpt to Clap.
- Rename project from `wifi-qrcode-rs` to `ciphercanvas-rs`.

## \[0.0.2\] - 2023-10-15

### Added

- Instead of using manual user input, the program will instead take them from command-line arguments, handled by StructOpt.
- Instead of using manual user input, the program will instead take them from
command-line arguments, handled by StructOpt.
- Added project files:
- CHANGELOG.md
- CODE\_OF\_CONDUCT.md
Expand All @@ -20,28 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

- Renamed LICENSE to LICENSE.md to reflect the right formatting.

### Changed

- None.

### Removed

- None.

## \[0.0.1\] - 2023-07-31

### Added

- Initial release of `wifi-qrcode-rs`.

### Fixed

- None.

### Changed

- None.

### Removed

- None.
Loading

0 comments on commit 7a2ca87

Please sign in to comment.