Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release prep 2022.7.0 #14

Merged
merged 2 commits into from
Jul 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/).

### Unreleased
## Unreleased

## [2022.7.0]

### Added
- has-transformed-position trait for using non-native coordinates to address position
- has-dependents trait for informing clients about relationships between daemons

## [2022.5.0]
Expand Down Expand Up @@ -157,7 +160,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
### Added
- initial release

[Unreleased]: https://github.com/yaq-project/yaq-traits/compare/v2022.5.0...main
[Unreleased]: https://github.com/yaq-project/yaq-traits/compare/v2022.7.0...main
[2022.7.0]: https://github.com/yaq-project/yaq-traits/compare/v2022.5.0...v2022.7.0
[2022.5.0]: https://github.com/yaq-project/yaq-traits/compare/v2022.3.0...v2022.5.0
[2022.3.0]: https://github.com/yaq-project/yaq-traits/compare/v2021.10.0...v2022.3.0
[2021.10.0]: https://github.com/yaq-project/yaq-traits/compare/v2021.4.0...v2021.10.0
Expand Down
2 changes: 1 addition & 1 deletion yaq_traits/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022.5.0
2022.7.0