Skip to content

Commit

Permalink
6.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tongueroo committed May 27, 2024
1 parent e7425b3 commit eb1c8a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/).

## [6.0.1] - 2024-05-27
- [#727](https://github.com/rubyonjets/jets/pull/727) small fixes
- associated outputs concept
- jets concurrency show lambda function name
- jets git:push command
- pretty time helper
- update github issue template bug report

## [6.0.0] - 2024-05-23

* Rails Support
Expand Down
2 changes: 1 addition & 1 deletion lib/jets/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jets
VERSION = "6.0.0"
VERSION = "6.0.1"
end

0 comments on commit eb1c8a1

Please sign in to comment.