Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanemagnenat committed Jun 30, 2023
1 parent a3eeb78 commit dc3da8e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### Unreleased

### 0.2.0 - 2023-06-23

* Added mutable getters.

### 0.1.0 - 2021-05-31

* Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[crates-url]: https://crates.io/crates/typemap-meta
[docs-badge]: https://img.shields.io/docsrs/typemap-meta
[docs-url]: https://docs.rs/typemap-meta
[ci-badge]: https://img.shields.io/github/workflow/status/enlightware/typemap-meta/CI
[ci-badge]: https://github.com/enlightware/typemap-meta/actions/workflows/ci.yml/badge.svg
[ci-url]: https://github.com/enlightware/typemap-meta/actions

An [Enlightware® software](https://enlightware.ch).
Expand Down
4 changes: 2 additions & 2 deletions typemap-meta-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "typemap-meta-derive"
version = "0.1.0"
version = "0.2.0"
authors = ["Stéphane Magnenat <stephane.magnenat@enlightware.ch>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A simple compile-time macro to create type-to-value maps, derive macro crate"
repository = "https://github.com/enlightware/typemap-meta"
Expand Down
6 changes: 3 additions & 3 deletions typemap-meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "typemap-meta"
version = "0.1.0"
version = "0.2.0"
authors = ["Stéphane Magnenat <stephane.magnenat@enlightware.ch>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A simple compile-time macro to create type-to-value maps"
repository = "https://github.com/enlightware/typemap-meta"
Expand All @@ -14,4 +14,4 @@ categories = ["memory-management", "rust-patterns", "no-std"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
typemap-meta-derive = { version = "0.1", path = "../typemap-meta-derive" }
typemap-meta-derive = { version = "0.2", path = "../typemap-meta-derive" }

0 comments on commit dc3da8e

Please sign in to comment.