Skip to content

Commit

Permalink
prepare actix-macros release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jul 19, 2023
1 parent 3c4b0c2 commit 3eba5b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions actix-macros/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,50 @@
# Changes

## Unreleased - 2023-xx-xx
## Unreleased

## 0.2.4

- Update `syn` dependency to `2`.
- Minimum supported Rust version (MSRV) is now 1.65.

## 0.2.3 - 2021-10-19
## 0.2.3

- Fix test macro in presence of other imports named "test". [#399]

[#399]: https://github.com/actix/actix-net/pull/399

## 0.2.2 - 2021-10-14
## 0.2.2

- Improve error recovery potential when macro input is invalid. [#391]
- Allow custom `System`s on test macro. [#391]

[#391]: https://github.com/actix/actix-net/pull/391

## 0.2.1 - 2021-02-02
## 0.2.1

- Add optional argument `system` to `main` macro which can be used to specify the path to `actix_rt::System` (useful for re-exports). [#363]

[#363]: https://github.com/actix/actix-net/pull/363

## 0.2.0 - 2021-02-02
## 0.2.0

- Update to latest `actix_rt::System::new` signature. [#261]

[#261]: https://github.com/actix/actix-net/pull/261

## 0.2.0-beta.1 - 2021-01-09
## 0.2.0-beta.1

- Remove `actix-reexport` feature. [#218]

[#218]: https://github.com/actix/actix-net/pull/218

## 0.1.3 - 2020-12-03
## 0.1.3

- Add `actix-reexport` feature. [#218]

[#218]: https://github.com/actix/actix-net/pull/218

## 0.1.2 - 2020-05-18
## 0.1.2

- Forward actix_rt::test arguments to test function [#127]

Expand Down
2 changes: 1 addition & 1 deletion actix-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-macros"
version = "0.2.3"
version = "0.2.4"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Ibraheem Ahmed <ibrah1440@gmail.com>",
Expand Down

0 comments on commit 3eba5b1

Please sign in to comment.