From 16523be55ee988b657e5bf1f90afdc160f09b2c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Jan 2022 15:53:03 +0000 Subject: [PATCH] chore: release 0.30.0 --- CHANGELOG.md | 17 +++++++++++++++++ version.txt | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73e681364..e72e7243e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/version.txt b/version.txt index ae6dd4e20..c25c8e5b7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.29.0 +0.30.0