From 43e8d4ea3bef2daa16b79b4ffba72b5b60ac2650 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Sep 2020 02:50:37 +0000 Subject: [PATCH] chore(release): 3.4.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [3.4.0](https://github.com/mob-sakai/OpenSesame/compare/v3.3.9...v3.4.0) (2020-09-08) ### Features * add development tools ([3f7933f](https://github.com/mob-sakai/OpenSesame/commit/3f7933f151b8e244f4e01bc253b4e2f18cfdc0e6)) * add MetadataImportOptions.All to compilation options ([eeec095](https://github.com/mob-sakai/OpenSesame/commit/eeec095e9abab374a6dc1d0638c1782fabc68df5)) * allow unsafe ([c17c869](https://github.com/mob-sakai/OpenSesame/commit/c17c8693c0158d55c2dd9bab012f5a9e3eb60cf7)) * change package name ([63b70ba](https://github.com/mob-sakai/OpenSesame/commit/63b70ba56cc71158234278dd4966374304e65554)) * change tool logo (cli) ([8f88f25](https://github.com/mob-sakai/OpenSesame/commit/8f88f25a18141791ee81f91851adb1e6bf3d591a)) * disable all access checks ([bd285cd](https://github.com/mob-sakai/OpenSesame/commit/bd285cda6dc1811c5f57fef237c871b814b4278e)) * disable all access checks (again) ([58909d5](https://github.com/mob-sakai/OpenSesame/commit/58909d5d3bbe0708418b5cd7d53d4f6ebbaacec8)) * inject IgnoresAccessChecksToAttribute automatically ([288fa86](https://github.com/mob-sakai/OpenSesame/commit/288fa8608226757b75203534bc616a9f3e523939)) * revert “disable all access checks” ([61abfcd](https://github.com/mob-sakai/OpenSesame/commit/61abfcd17d0f1d380300916c0937ef410e12a550)) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b950733..73d9657e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [3.4.0](https://github.com/mob-sakai/OpenSesame/compare/v3.3.9...v3.4.0) (2020-09-08) + + +### Features + +* add development tools ([3f7933f](https://github.com/mob-sakai/OpenSesame/commit/3f7933f151b8e244f4e01bc253b4e2f18cfdc0e6)) +* add MetadataImportOptions.All to compilation options ([eeec095](https://github.com/mob-sakai/OpenSesame/commit/eeec095e9abab374a6dc1d0638c1782fabc68df5)) +* allow unsafe ([c17c869](https://github.com/mob-sakai/OpenSesame/commit/c17c8693c0158d55c2dd9bab012f5a9e3eb60cf7)) +* change package name ([63b70ba](https://github.com/mob-sakai/OpenSesame/commit/63b70ba56cc71158234278dd4966374304e65554)) +* change tool logo (cli) ([8f88f25](https://github.com/mob-sakai/OpenSesame/commit/8f88f25a18141791ee81f91851adb1e6bf3d591a)) +* disable all access checks ([bd285cd](https://github.com/mob-sakai/OpenSesame/commit/bd285cda6dc1811c5f57fef237c871b814b4278e)) +* disable all access checks (again) ([58909d5](https://github.com/mob-sakai/OpenSesame/commit/58909d5d3bbe0708418b5cd7d53d4f6ebbaacec8)) +* inject IgnoresAccessChecksToAttribute automatically ([288fa86](https://github.com/mob-sakai/OpenSesame/commit/288fa8608226757b75203534bc616a9f3e523939)) +* revert “disable all access checks” ([61abfcd](https://github.com/mob-sakai/OpenSesame/commit/61abfcd17d0f1d380300916c0937ef410e12a550)) + # [3.4.0-beta.4](https://github.com/mob-sakai/OpenSesame/compare/v3.4.0-beta.3...v3.4.0-beta.4) (2020-08-12)