Skip to content

Commit

Permalink
Merge pull request #14 from quartiq/rj/release-prep
Browse files Browse the repository at this point in the history
v0.7.0 release prep
  • Loading branch information
jordens authored Jan 24, 2022
2 parents 91a5d45 + a14f863 commit ceca1c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
### Changed
### Removed

## [0.7.0] - 2022-01-24
### Added
* Getter methods for `PLL`, `RPLL`, `Lowpass`, `Unwrapper`
### Changed
* `Accu`, `Unwrapper`, `overflowing_sub` are now generic.
* Revert `to PLL::update()` returning the phase increment as that has less bias
(while it does have more noise).
### Removed

## [0.6.0] - 2022-01-19
### Changed
Expand Down Expand Up @@ -48,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Library initially released on crates.io

[Unreleased]: https://github.com/quartiq/idsp/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/quartiq/idsp/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/quartiq/idsp/releases/tag/v0.7.0
[0.6.0]: https://github.com/quartiq/idsp/releases/tag/v0.6.0
[0.5.0]: https://github.com/quartiq/idsp/releases/tag/v0.5.0
[0.4.0]: https://github.com/quartiq/idsp/releases/tag/v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "idsp"
version = "0.6.0"
version = "0.7.0"
resolver = "2"
authors = ["Robert Jördens <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit ceca1c6

Please sign in to comment.