Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdreim committed Aug 5, 2024
1 parent 9c7b288 commit c2272c7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

---
## Upcoming

### Added
### Changed
### Fixed


---
## 0.3.0: 2024-08-05

### Added
- Implemented unit tests and error for `Quantity<Time>` conversions.
- Added `stable` and `unstable` as feature groups.
### Changed
- Enabled `no_std`.


---
## 0.2.0: 2024-08-04
- Published.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default-members = ["dana_macros", "."]

[workspace.package]
description = "Compile-time dimensional analysis via generic types."
version = "0.2.0"
version = "0.3.0"

authors = ["J.S. Dreim <jsdreim@protonmail.com>"]
repository = "https://github.com/jsdreim/dana"
Expand All @@ -24,7 +24,7 @@ num-traits = "0.2.19"
[workspace.dependencies.dana_macros]
# NOTE: Keep dependency version in sync with workspace version.
# TODO: Can this be picked automatically?
version = "=0.2.0"
version = "=0.3.0"
path = "dana_macros"


Expand Down

0 comments on commit c2272c7

Please sign in to comment.