Skip to content

Commit

Permalink
Merge pull request #49 from teletha/release-v0.30.0
Browse files Browse the repository at this point in the history
chore: release 0.30.0
  • Loading branch information
teletha authored Jan 22, 2022
2 parents d1753be + 16523be commit 6d5595b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.30.0](https://www.github.com/teletha/bee/compare/v0.29.0...v0.30.0) (2022-01-22)


### Features

* Add Project#associate to store the project related info. ([f966de1](https://www.github.com/teletha/bee/commit/f966de10ee89717d9dad913f1410ecc2ae377c50))
* All configurable value on tasks are non-static protected field. ([d1753be](https://www.github.com/teletha/bee/commit/d1753be3dd2353918ab2642b9fb6d653fdb46e7b))
* The command execution results are cached for each project. ([384d94a](https://www.github.com/teletha/bee/commit/384d94a0fcec9e1cd750cb0a7a1258002d54da11))


### Bug Fixes

* Jar task can't include resources when modified jar. ([0a15269](https://www.github.com/teletha/bee/commit/0a15269db8c0eff89c1c4d42d0eae4dbcfeaa384))
* Jar task can't pack non-class resources when modified jar. ([536bcca](https://www.github.com/teletha/bee/commit/536bcca817e9e5bd72075133b97733d7f9d51da9))
* Project#getAnnotationProcessor must return all dependencies. ([4476081](https://www.github.com/teletha/bee/commit/4476081c755d7a347c75c8e16af38d2e50a41c82))
* Update the generated bytecode version to 16. ([46ede28](https://www.github.com/teletha/bee/commit/46ede28feaea1afb7e0823730a8098730c9837f6))

## [0.29.0](https://www.github.com/teletha/bee/compare/v0.28.2...v0.29.0) (2022-01-20)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.29.0
0.30.0

0 comments on commit 6d5595b

Please sign in to comment.