Skip to content

Commit

Permalink
version: bump to 0.3.0
Browse files Browse the repository at this point in the history
Bumps the minor version to account for subtle changes to the API. Most
notably using the `Default` trait in place of the `const fn default`
implementations. Previous callers that are in a `const` context will be
broken by the new API.
  • Loading branch information
ebds-rs committed Aug 17, 2023
1 parent 581c6ee commit 1ad9db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ebds"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
authors = ["EBDS Rust Developers"]
description = "Messages and related types for implementing the EBDS serial communication protocol"
Expand Down

0 comments on commit 1ad9db3

Please sign in to comment.