Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
felixwrt committed Jun 4, 2024
1 parent 8195980 commit 85bea74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
19 changes: 7 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2024-06-04

### Added

- `SmlReader` type that provides an API for reading, decoding and parsing SML messages from several input sources.
Expand All @@ -17,18 +19,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- CI script cleanup
- Changed `tests/libsml-testing` from submodule to subtree

### Deprecated

### Removed

### Fixed

### Security

### Other

- Updated maintenance badge for 2024
- Updated hex-literal to 0.4.1

## 0.3.0 - 2023-03-24
## 0.3.0 - 2023-03-24

<!-- next-url -->
[Unreleased]: https://github.com/felixwrt/sml-rs/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/felixwrt/sml-rs/compare/v0.3.0...v0.4.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "examples/serialport"]

[package]
name = "sml-rs"
version = "0.3.0"
version = "0.4.0"
authors = ["Felix Wirth <[email protected]>"]
description = "Smart Message Language (SML) parser written in Rust"
repository = "https://github.com/felixwrt/sml-rs"
Expand Down

0 comments on commit 85bea74

Please sign in to comment.