Skip to content

Commit

Permalink
update: Bump v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Flix authored and FlixCoder committed Jun 20, 2022
1 parent f9b2a73 commit b05ce5e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## [0.2.0] - 2022-06-20

### Bug Fixes

- Handle retry in panicking jobs correctly

### Features

- [**breaking**] Add error handling to jobs
- Allow setting checkpoints in jobs
- Add ability to set and retrieve context

## [0.1.1] - 2022-05-30

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "bonsaimq"
readme = "README.md"
repository = "https://github.com/FlixCoder/bonsaimq"
resolver = "2"
version = "0.1.1"
version = "0.2.0"

[dependencies]
anymap = "1.0.0-beta.2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Import the project using:

```toml
# adjust the version to the latest version:
bonsaimq = "0.1.0"
bonsaimq = "0.2.0"
# or
bonsaimq = { git = "https://github.com/FlixCoder/bonsaimq" }
```
Expand Down

0 comments on commit b05ce5e

Please sign in to comment.