File tree 3 files changed +5
-8
lines changed
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 5
5
tags :
6
6
- v[0-9]+.*
7
7
8
- env :
9
- RUSTFLAGS : -D warnings
10
- RUST_BACKTRACE : 1
11
-
12
8
jobs :
13
9
create-release :
14
10
if : github.repository_owner == 'smol-rs'
15
11
runs-on : ubuntu-latest
16
12
steps :
17
13
- uses : actions/checkout@v3
18
- - name : Install Rust
19
- run : rustup update stable
20
- - run : cargo package
21
14
- uses : taiki-e/create-gh-release-action@v1
22
15
with :
23
16
changelog : CHANGELOG.md
Original file line number Diff line number Diff line change
1
+ # Version 1.7.0
2
+
3
+ - Process timers set for exactly ` now ` . (#73 )
4
+
1
5
# Version 1.6.0
2
6
3
7
- Add ` Readable ` and ` Writable ` futures. (#64 , #66 )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "async-io"
3
3
# When publishing a new version:
4
4
# - Update CHANGELOG.md
5
5
# - Create "v1.x.y" git tag
6
- version = " 1.6 .0"
6
+ version = " 1.7 .0"
7
7
authors = [
" Stjepan Glavina <[email protected] >" ]
8
8
edition = " 2018"
9
9
rust-version = " 1.46"
You can’t perform that action at this time.
0 commit comments