Skip to content

Commit 9e0722b

Browse files
committed
Release 1.7.0
1 parent cac41ad commit 9e0722b

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/release.yml

-7
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,12 @@ on:
55
tags:
66
- v[0-9]+.*
77

8-
env:
9-
RUSTFLAGS: -D warnings
10-
RUST_BACKTRACE: 1
11-
128
jobs:
139
create-release:
1410
if: github.repository_owner == 'smol-rs'
1511
runs-on: ubuntu-latest
1612
steps:
1713
- uses: actions/checkout@v3
18-
- name: Install Rust
19-
run: rustup update stable
20-
- run: cargo package
2114
- uses: taiki-e/create-gh-release-action@v1
2215
with:
2316
changelog: CHANGELOG.md

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.7.0
2+
3+
- Process timers set for exactly `now`. (#73)
4+
15
# Version 1.6.0
26

37
- Add `Readable` and `Writable` futures. (#64, #66)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-io"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v1.x.y" git tag
6-
version = "1.6.0"
6+
version = "1.7.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
99
rust-version = "1.46"

0 commit comments

Comments
 (0)