Skip to content

Commit

Permalink
Merge pull request #788 from k1LoW/tagpr-from-v0.98.4
Browse files Browse the repository at this point in the history
Release for v0.99.0
  • Loading branch information
k1LoW authored Feb 20, 2024
2 parents 181404e + 71eaa62 commit 9453b3b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [v0.99.0](https://github.com/k1LoW/runn/compare/v0.98.4...v0.99.0) - 2024-02-20
### Breaking Changes 🛠
- Set up donegroup and timeout for waiting cleanup processes after context canceled by @k1LoW in https://github.com/k1LoW/runn/pull/789
- Remove deprecated code by @k1LoW in https://github.com/k1LoW/runn/pull/790
- Support Custom runner (using Include runner) by @k1LoW in https://github.com/k1LoW/runn/pull/805
- Unexport operator#appendStep by @k1LoW in https://github.com/k1LoW/runn/pull/806
### New Features 🎉
- Support `gist://` scheme by @k1LoW in https://github.com/k1LoW/runn/pull/787
### Fix bug 🐛
- Fix error handling by @k1LoW in https://github.com/k1LoW/runn/pull/793
### Other Changes
- Merge run() function context and runner (chrome) context by @k1LoW in https://github.com/k1LoW/runn/pull/791
- Enable Dependabot by @k1LoW in https://github.com/k1LoW/runn/pull/794
- chore(deps): bump the dependencies group with 5 updates by @dependabot in https://github.com/k1LoW/runn/pull/795
- Update httpstub by @k1LoW in https://github.com/k1LoW/runn/pull/797
- Update grpcstub by @k1LoW in https://github.com/k1LoW/runn/pull/799
- Update pkgs by @k1LoW in https://github.com/k1LoW/runn/pull/801
- chore(deps): bump the dependencies group with 19 updates by @dependabot in https://github.com/k1LoW/runn/pull/800
- Add link of runn Tutorial by @k1LoW in https://github.com/k1LoW/runn/pull/802
- Update expr by @k1LoW in https://github.com/k1LoW/runn/pull/807
- Ignore github.com/tenntenn/golden by @k1LoW in https://github.com/k1LoW/runn/pull/809
- Use errors.Join by @k1LoW in https://github.com/k1LoW/runn/pull/810

## [v0.98.4](https://github.com/k1LoW/runn/compare/v0.98.3...v0.98.4) - 2024-02-08
### New Features 🎉
- Set default output for Dump runner by @k1LoW in https://github.com/k1LoW/runn/pull/782
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package version

const Name string = "runn"

var Version = "0.98.4" //nostyle:repetition
var Version = "0.99.0" //nostyle:repetition

0 comments on commit 9453b3b

Please sign in to comment.