Skip to content

Commit

Permalink
update version and changelog date
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Aug 14, 2023
1 parent 1812122 commit 7fa4ad3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.


## [1.5.1] -- 2023-08-11
- fix `looper table` failing without sample.protocol
## [1.5.1] -- 2023-08-14

### Fixed
- fix `looper table` failing without `sample.protocol`

### Changed
- correct `--looper_conifg` to `--looper-config`

## [1.5.0] -- 2023-08-09

Expand Down
2 changes: 1 addition & 1 deletion looper/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.0"
__version__ = "1.5.1"

0 comments on commit 7fa4ad3

Please sign in to comment.