Skip to content

Commit

Permalink
chore: Release fieldx version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Oct 3, 2024
1 parent 0faeedc commit 2e25174
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.1.4] - 2024-10-03
## [0.1.5] - 2024-10-03

### Features

Expand All @@ -21,6 +21,7 @@
- Suppress a harmless warning
- Remove unused import
- Improve some error location reporting
- Propagate "diagnostics" feature to the darling crate

### Refactor

Expand All @@ -38,6 +39,10 @@
- Release fieldx_derive_support version 0.1.4
- Release fieldx_aux version 0.1.4
- Release fieldx_derive version 0.1.4
- Release fieldx version 0.1.4
- Release fieldx_derive_support version 0.1.5
- Release fieldx_aux version 0.1.5
- Release fieldx_derive version 0.1.5

## [fieldx-v0.1.3] - 2024-08-02

Expand Down
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
darling = ">=0.20.7"
delegate = "0.12"
enum_dispatch = "0.3"
fieldx = { version = "0.1.4", path = "fieldx" }
fieldx = { version = "0.1.5", path = "fieldx" }
fieldx_aux = { version = "0.1.5", path = "fieldx_aux" }
fieldx_derive = { version = "0.1.5", path = "fieldx_derive" }
fieldx_derive_support = { version = "0.1.5", path = "fieldx_derive_support" }
Expand Down
2 changes: 1 addition & 1 deletion fieldx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name = "fieldx"
readme = "../README.md"
repository.workspace = true
version = "0.1.4"
version = "0.1.5"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 2e25174

Please sign in to comment.