Skip to content

Commit

Permalink
chore(main): release 1.3.2 (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 23, 2023
1 parent 6ec3702 commit 7aac014
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion dartdoc_options.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1
1.3.2

0 comments on commit 7aac014

Please sign in to comment.