This commit is contained in:
Tarik Eshaq 2022-04-28 16:53:07 -07:00 коммит произвёл GitHub
Родитель 3e273bb89d
Коммит dedb6c6dc4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 15 добавлений и 10 удалений

Просмотреть файл

@ -1,4 +1,4 @@
libraryVersion: 93.0.3
libraryVersion: 93.0.4
groupId: org.mozilla.appservices
projects:
autofill:

Просмотреть файл

@ -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))