Skip to content

Commit

Permalink
Merge pull request #436 from quartiq/release/v0.6.0
Browse files Browse the repository at this point in the history
Preparing for booster 0.6.0 release
  • Loading branch information
jordens authored Aug 29, 2024
2 parents 8d783a6 + 645fdd2 commit 3afc152
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
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]
## [0.6.0] - 2024-08-28

### Changed
* Network stack is randomly seeded on startup so that random ports are used.
Expand All @@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Heavy network traffic no longer causes Booster to encounter watchdog resets or other spurious
resets.

## [0.5.0] - 03-07-2023
## [0.5.0] - 2023-07-03

### Added
* Support for different ethernet daughterboards using the ENC424J00 has been added.
Expand Down Expand Up @@ -83,7 +83,8 @@ resets.
### Added
* Output interlock threshold is now limited to a maximum of 47 dBm

[Unreleased]: https://github.com/quartiq/booster/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/quartiq/booster/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/quartiq/booster/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/quartiq/booster/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/quartiq/booster/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/quartiq/booster/compare/v0.2.0...v0.3.0
Expand Down
11 changes: 6 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "booster"
# Keep versions in Cargo.toml and py/setup.py synchronized.
version = "0.5.0"
version = "0.6.0"
resolver = "2"
authors = [
"Ryan Summers <ryan.summers@vertigo-designs.com>",
Expand Down Expand Up @@ -57,7 +57,7 @@ miniconf_mqtt = "0.13"
minimq = "0.9.0"
w5500 = "0.5"
smlang= "0.8"
minireq = {git = "https://github.com/quartiq/minireq"}
minireq = "0.5"
rtt-target = "0.5"
enum-iterator = { version = "2.1", default-features = false }
enc424j600 = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ text = "MIT"

[project]
name = "booster"
version = "0.1.0"
version = "0.6.0"
description = "Booster Utilities"
authors = [
{ name = "Ryan Summers", email = "ryan.summers@vertigo-designs.com" },
Expand Down

0 comments on commit 3afc152

Please sign in to comment.