Skip to content

Commit a9a6f15

Browse files
committed
Bump to 0.8
1 parent 1caa6ad commit a9a6f15

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,23 @@ jobs:
6767
command: test
6868
args: --verbose ${{ matrix.feauture }}
6969

70+
test-close-range:
71+
name: Test Suite (close-range)
72+
strategy:
73+
fail-fast: false
74+
matrix:
75+
platform: [ubuntu-latest]
76+
feauture:
77+
["", "--features close-range"]
78+
runs-on: ${{ matrix.platform }}
79+
steps:
80+
- uses: actions/checkout@v2
81+
- uses: actions-rs/cargo@v1
82+
with:
83+
command: test
84+
args: --verbose ${{ matrix.feauture }}
85+
86+
7087
fmt:
7188
name: Rustfmt
7289
runs-on: ubuntu-latest

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "expectrl"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
authors = ["Maxim Zhiburt <zhiburt@gmail.com>"]
55
edition = "2021"
66
resolver = "2"

0 commit comments

Comments
 (0)