Cut release v93.0.4 (#4929)
This commit is contained in:
Родитель
3e273bb89d
Коммит
dedb6c6dc4
|
@ -1,4 +1,4 @@
|
|||
libraryVersion: 93.0.3
|
||||
libraryVersion: 93.0.4
|
||||
groupId: org.mozilla.appservices
|
||||
projects:
|
||||
autofill:
|
||||
|
|
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
|||
# v93.0.4 (_2022-04-28_)
|
||||
|
||||
[Full Changelog](https://github.com/mozilla/application-services/compare/v93.0.3...v93.0.4)
|
||||
|
||||
## Places
|
||||
### What's New
|
||||
- The `delete_visits_for()` function now deletes all history metadata even when the item is
|
||||
bookmarked.
|
||||
|
||||
## Nimbus
|
||||
### What's fixed
|
||||
- Fixed a bug where the visibility of `GetSdk` was internal and it was used in generated FML code. ([#4927](https://github.com/mozilla/application-services/pull/4927))
|
||||
|
||||
# v93.0.3 (_2022-04-27_)
|
||||
|
||||
[Full Changelog](https://github.com/mozilla/application-services/compare/v93.0.2...v93.0.3)
|
||||
|
|
|
@ -2,15 +2,10 @@
|
|||
|
||||
# Unreleased Changes
|
||||
|
||||
[Full Changelog](https://github.com/mozilla/application-services/compare/v93.0.3...main)
|
||||
[Full Changelog](https://github.com/mozilla/application-services/compare/v93.0.4...main)
|
||||
|
||||
<!-- WARNING: New entries should be added below this comment to ensure the `./automation/prepare-release.py` script works as expected.
|
||||
|
||||
## Places
|
||||
### What's New
|
||||
- The `delete_visits_for()` function now deletes all history metadata even when the item is
|
||||
bookmarked.
|
||||
|
||||
Use the template below to make assigning a version number during the release cutting process easier.
|
||||
|
||||
## [Component Name]
|
||||
|
@ -23,6 +18,3 @@ Use the template below to make assigning a version number during the release cut
|
|||
- Description of the change with a link to the pull request ([#0000](https://github.com/mozilla/application-services/pull/0000))
|
||||
|
||||
-->
|
||||
## Nimbus
|
||||
### What's fixed
|
||||
- Fixed a bug where the visibility of `GetSdk` was internal and it was used in generated FML code. ([#4927](https://github.com/mozilla/application-services/pull/4927))
|
Загрузка…
Ссылка в новой задаче