Skip to content

Commit

Permalink
Release irox-enums_derive v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spmadden committed Nov 29, 2023
1 parent 845a800 commit 7b1646e
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion irox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ irox-winlocation-api = { version = "^0.4.0", optional = true, path = "../interfa
irox-carto = { version = "^0.5.0", optional = true, path = "../libraries/carto" }
irox-egui-extras = { version = "^0.3.2", optional = true, path = "../libraries/egui_extras" }
irox-enums = { version = "0.2.0", optional = true, path = "../libraries/enums" }
irox-enums_derive = { version = "0.2.0", optional = true, path = "../libraries/enums_derive" }
irox-enums_derive = { version = "^0.2.1", optional = true, path = "../libraries/enums_derive" }
irox-log = { version = "^0.1.0", optional = true, path = "../libraries/log" }
irox-networking = { version = "^0.3.0", optional = true, path = "../libraries/network" }
irox-progress = { version = "^0.2.0", optional = true, path = "../libraries/progress" }
Expand Down
33 changes: 32 additions & 1 deletion libraries/enums_derive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,37 @@



## v0.2.1 (2023-11-29)

### Chore

- <csr-id-88ebfb5deea5508ca54f4aaab62f6fd5a36f531c/> pivot to using Cargo.toml workspace lints

### Commit Statistics

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release over the course of 3 calendar days.
- 72 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **Uncategorized**
- Pivot to using Cargo.toml workspace lints ([`88ebfb5`](https://github.com/spmadden/irox/commit/88ebfb5deea5508ca54f4aaab62f6fd5a36f531c))
</details>

## v0.2.0 (2023-09-18)

<csr-id-f03d8a3ec997d53470bfdeb5e76b71925aac3f10/>
<csr-id-80d2b88bdcb553faaeafc09673c31d7ebedafd19/>
<csr-id-1a365333397b02a5f911d0897c3bf0c80f6c2b80/>

### Chore

- <csr-id-f03d8a3ec997d53470bfdeb5e76b71925aac3f10/> clean up code with additional lints
Expand All @@ -17,7 +47,7 @@

<csr-read-only-do-not-edit/>

- 5 commits contributed to the release over the course of 19 calendar days.
- 6 commits contributed to the release over the course of 21 calendar days.
- 5 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

Expand All @@ -28,6 +58,7 @@
<details><summary>view details</summary>

* **Uncategorized**
- Release irox-enums_derive v0.2.0, irox-enums v0.2.0, irox-tools v0.2.0, irox-units v0.2.0, irox-carto v0.2.0, irox-csv v0.2.0, irox-egui-extras v0.2.0, irox-networking v0.2.0, irox-types v0.2.0, irox-influxdb_v1 v0.2.0, irox-structs_derive v0.2.0, irox-structs v0.2.0, irox-nmea0183 v0.1.0, irox-sirf v0.2.0, irox-stats v0.2.0, irox-winlocation-api v0.1.0, irox v0.2.0, safety bump 10 crates ([`6a72204`](https://github.com/spmadden/irox/commit/6a722046661ceef02a66c2067e2c5c15ce102e04))
- Clean up code with additional lints ([`f03d8a3`](https://github.com/spmadden/irox/commit/f03d8a3ec997d53470bfdeb5e76b71925aac3f10))
- Update cargo.tomls to add repository ([`80d2b88`](https://github.com/spmadden/irox/commit/80d2b88bdcb553faaeafc09673c31d7ebedafd19))
- Setting up blank changelogs for the modules ([`1a36533`](https://github.com/spmadden/irox/commit/1a365333397b02a5f911d0897c3bf0c80f6c2b80))
Expand Down
2 changes: 1 addition & 1 deletion libraries/enums_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "irox-enums_derive"
description = "Derivable impls of the traits in irox-enums"
keywords = ["irox", "reflection", "metaprogramming"]
categories = ["development-tools", "rust-patterns"]
version= "0.2.0"
version= "0.2.1"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 7b1646e

Please sign in to comment.