Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alisomay committed Nov 20, 2023
1 parent 702e380 commit fe4adda
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ jobs:
with:
draft: true
files: "smrec*"
body_path: Changes.md
body_path: CHANGELOG.md
if: matrix.toolchain == 'stable' && startsWith( github.ref, 'refs/tags/v' )
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Changelog

The format of this changelog is based on
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

smrec project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased
### Changed
## [x.x.x] <date>
### Added
#### Summary per area
- Flat list
### Changed
#### Summary per area
- Flat list
### Removed
#### Removed thing or area
- Declaration
- The reason
- See https://github.com/koto-lang/koto/issues/201 for removal rationale.
### Fixed
- Topic
- Details -->

## [0.2.1] - 2020.11.20

- Initial release
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smrec"
version = "0.2.0"
version = "0.2.1"
authors = ["alisomay <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -17,7 +17,6 @@ exclude = [
"assets/logo_*"
]


# When https://github.com/RustAudio/cpal/issues/794 is resolved this can continue to track the stable release.
[target.'cfg(target_os = "windows")'.dependencies]
cpal = { git = "https://github.com/RustAudio/cpal.git", features = ["asio"] }
Expand Down

0 comments on commit fe4adda

Please sign in to comment.