Skip to content

Commit 3eba5b1

Browse files
committed
prepare actix-macros release 0.2.4
1 parent 3c4b0c2 commit 3eba5b1

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

actix-macros/CHANGES.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,50 @@
11
# Changes
22

3-
## Unreleased - 2023-xx-xx
3+
## Unreleased
4+
5+
## 0.2.4
46

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

8-
## 0.2.3 - 2021-10-19
10+
## 0.2.3
911

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

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

14-
## 0.2.2 - 2021-10-14
16+
## 0.2.2
1517

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

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

21-
## 0.2.1 - 2021-02-02
23+
## 0.2.1
2224

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

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

27-
## 0.2.0 - 2021-02-02
29+
## 0.2.0
2830

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

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

33-
## 0.2.0-beta.1 - 2021-01-09
35+
## 0.2.0-beta.1
3436

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

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

39-
## 0.1.3 - 2020-12-03
41+
## 0.1.3
4042

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

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

45-
## 0.1.2 - 2020-05-18
47+
## 0.1.2
4648

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

actix-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-macros"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = [
55
"Nikolay Kim <fafhrd91@gmail.com>",
66
"Ibraheem Ahmed <ibrah1440@gmail.com>",

0 commit comments

Comments
 (0)