Skip to content

Commit 85c2a17

Browse files
author
David Bach
authored
Bump version for new release (#92)
* Bump version * Update CHANGELOG * Use 1.8 and 1.9 instead of nightly in CI * Use proper 1.9 pre-release
1 parent 7d32d28 commit 85c2a17

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
version:
2121
- '1.6'
2222
- '1.7'
23-
- 'nightly'
23+
- '1.8'
24+
- '^1.9.0-0'
2425
os:
2526
- ubuntu-latest
2627
- macOS-latest

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
22

33
## main
4+
5+
## v0.2.2
6+
* Add timeout/keep-alive options for access token
7+
* Add custom engine version support for integration tests
48
* Update models actions to use v2 protocol
59
* Update `load_model` to `load_models`
10+
* Add `cancel_transaction`
11+
612
## v0.2.1
713
* Increased `connection_limit` to 4096
814

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "RAI"
22
uuid = "9c30249a-7e08-11ec-0e99-a323e937e79f"
3-
version = "0.2.1"
3+
version = "0.2.2"
44

55
[deps]
66
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"

0 commit comments

Comments
 (0)