Skip to content

Commit

Permalink
release 0.11 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Dec 2, 2024
1 parent d40c59d commit 9b63428
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [v0.11.0](https://github.com/quartiq/stabilizer/compare/v0.10.0...v0.11.0) - 2024-12-02

### Added

* Support for Urukul-AD9912 as a downstream EEM

### Changed

* Various dependencies bumped (among them Miniconf v0.13 -> v0.18)

## [v0.10.0](https://github.com/quartiq/stabilizer/compare/v0.9.0...v0.10.0)

### Added

* Serial terminal is available on USB for settings configurations
* Reboot to DFU support added via the serial terminal for remote bootloading
* The `meta` topic now contains metadata about the compiler, firmware, and hardware similar to
Expand All @@ -19,6 +30,7 @@ console.
unified for all applications (i.e. lockin, dual-iir, etc.)

### Changed

* Broker and static IP/DHCP are no longer configured at compile time,
but is maintained in device flash and can be changed via the USB port.
* MSRV removed. Stabilizer uses latest stable rust.
Expand All @@ -27,6 +39,7 @@ console.
* The stream target is now configures as a `1.2.3.4:4321` string

### Fixed

* Fixed an issue where the device would sometimes not enumerate on Windows

## [v0.9.0](https://github.com/quartiq/stabilizer/compare/v0.8.1...v0.9.0)
Expand Down
4 changes: 2 additions & 2 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 = "stabilizer"
# Keep versions in Cargo.toml and py/setup.py synchronized.
version = "0.10.0"
version = "0.11.0"
resolver = "2"
authors = [
"Robert Jördens <[email protected]>",
Expand Down Expand Up @@ -52,7 +52,7 @@ num_enum = { version = "0.7.3", default-features = false }
paste = "1"
idsp = "0.15.1"
ad9959 = { path = "ad9959", version = "0.3.0" }
serial-settings = { version = "0.1", path = "serial-settings" }
serial-settings = { version = "0.2", path = "serial-settings" }
mcp230xx = "1.0"
mutex-trait = "0.2"
fugit = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion serial-settings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serial-settings"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
readme = "README.md"
description = "Embedded device settings management over serial terminal and flash"
Expand Down

0 comments on commit 9b63428

Please sign in to comment.