Skip to content

Commit

Permalink
prepare actix-macros release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Oct 14, 2021
1 parent 4ff8a2c commit 0077588
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions actix-macros/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changes

## Unreleased - 2021-xx-xx


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

Expand Down
4 changes: 2 additions & 2 deletions actix-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "actix-macros"
version = "0.2.1"
version = "0.2.2"
authors = [
"Nikolay Kim <[email protected]>",
"Ibraheem Ahmed <[email protected]>",
]
description = "Macros for Actix system and runtime"
repository = "https://github.com/actix/actix-net"
repository = "https://github.com/actix/actix-net.git"
categories = ["network-programming", "asynchronous"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down

0 comments on commit 0077588

Please sign in to comment.