From 7aac0142df4fb7fa913ab9a8348a94915d5ae5cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 20:57:52 +0100 Subject: [PATCH] chore(main): release 1.3.2 (#35) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ dartdoc_options.yaml | 2 +- pubspec.yaml | 2 +- version.txt | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba0a4ca..3b0f3a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.3.2](https://github.com/benthillerkus/betrayal/compare/v1.3.1...v1.3.2) (2023-02-23) + + +### Bug Fixes + +* ensure `_makingReal` guard is always unlocked ([7aceb56](https://github.com/benthillerkus/betrayal/commit/7aceb560d172c2b129db47b50ce566a636b244ef)) +* replace homegrown mutex with the `synchronized` package ([6ec3702](https://github.com/benthillerkus/betrayal/commit/6ec37029806b7f5dc10263324ff735e43afe38eb)) + + +### Miscellaneous + +* rename `_makeRealIfNeeded` into `_ensureIsReal` ([a0bf306](https://github.com/benthillerkus/betrayal/commit/a0bf306d2f945d95ad19930fd7fb6a6510a82ea3)) + ## [1.3.1](https://github.com/benthillerkus/betrayal/compare/v1.3.0...v1.3.1) (2023-02-23) diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index f1de060..d7be46e 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -1,4 +1,4 @@ dartdoc: link-to-source: root: "." - uriTemplate: "https://github.com/benthillerkus/betrayal/blob/1.3.1/%f%#L%l%" # x-release-please-version + uriTemplate: "https://github.com/benthillerkus/betrayal/blob/1.3.2/%f%#L%l%" # x-release-please-version diff --git a/pubspec.yaml b/pubspec.yaml index c57fa35..cebff73 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: betrayal description: > A plugin to setup custom system tray icons through composable widgets. -version: 1.3.1 # x-release-please-version +version: 1.3.2 # x-release-please-version homepage: https://betrayal.bent.party/ repository: https://github.com/benthillerkus/betrayal issue_tracker: https://github.com/benthillerkus/betrayal/issues diff --git a/version.txt b/version.txt index 3a3cd8c..1892b92 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.3.1 +1.3.2