From 4873a64a745dedc63d17debfb76f9c9ca9a11a72 Mon Sep 17 00:00:00 2001 From: Leon Linhart Date: Mon, 6 Feb 2023 11:42:59 +0100 Subject: [PATCH] chore: prepare 0.7.0 release --- docs/changelog/0.7.0.md | 2 +- docs/changelog/README.md | 4 ++-- docs/changelog/full.md | 28 ++++++++++++++++++++++++++++ docs/changelog/latest.md | 24 ++++++++++++++++++++---- 4 files changed, 51 insertions(+), 7 deletions(-) diff --git a/docs/changelog/0.7.0.md b/docs/changelog/0.7.0.md index 60803b4..396a29b 100644 --- a/docs/changelog/0.7.0.md +++ b/docs/changelog/0.7.0.md @@ -1,6 +1,6 @@ ### 0.7.0 -_Not Released Yet_ +_Released 2023 Feb 06_ #### Improvements diff --git a/docs/changelog/README.md b/docs/changelog/README.md index be5d4bf..d918371 100644 --- a/docs/changelog/README.md +++ b/docs/changelog/README.md @@ -4,8 +4,8 @@ ### Version History -* ????-??-?? [0.7.0](0.7.0.md) (TBD; work in progress) -* 2022-12-19 [0.6.1](0.6.1.md) (latest) +* 2023-02-06 [0.7.0](0.7.0.md) (latest) +* 2022-12-19 [0.6.1](0.6.1.md) * 2022-12-13 [0.6.0](0.6.0.md) * 2022-11-10 [0.5.0](0.5.0.md) * 2022-09-24 [0.4.0](0.4.0.md) diff --git a/docs/changelog/full.md b/docs/changelog/full.md index 0bd1922..ddcd69f 100644 --- a/docs/changelog/full.md +++ b/docs/changelog/full.md @@ -1,3 +1,31 @@ +### 0.7.0 + +_Released 2023 Feb 06_ + +#### Improvements + +- Flow-conversion utilities provided by `quitte-kotlinx-coroutines` are now + longer marked with `@ExperimentalCoroutinesApi`. +- Replaced `java.text.format` with a more general `I18nFormat` API. + +#### Fixes + +- Removed the publicly available constructor for the `QuitteCollections` utility + class. +- Fixed expression JavaDoc referring to the expression as "property". +- Fixed a bug that caused `ObservableMap.get` to throw an + `UnsupportedOperationException` for unmodifiable views. + +#### Breaking Changes + +- Kotlin `1.8` or later is now required for `quitte-compose` and + `quitte-kotlinx-coroutines`. +- The signature of `I18nContext#getFormat(String)` was changed to return the new + `I18nFormat` type. + + +--- + ### 0.6.1 _Released 2022 Dec 19_ diff --git a/docs/changelog/latest.md b/docs/changelog/latest.md index 15ba6b0..396a29b 100644 --- a/docs/changelog/latest.md +++ b/docs/changelog/latest.md @@ -1,8 +1,24 @@ -### 0.6.1 +### 0.7.0 -_Released 2022 Dec 19_ +_Released 2023 Feb 06_ + +#### Improvements + +- Flow-conversion utilities provided by `quitte-kotlinx-coroutines` are now + longer marked with `@ExperimentalCoroutinesApi`. +- Replaced `java.text.format` with a more general `I18nFormat` API. #### Fixes -- Adjusted the JavaDoc for property binding methods to reflect the actual - intended behavior. \ No newline at end of file +- Removed the publicly available constructor for the `QuitteCollections` utility + class. +- Fixed expression JavaDoc referring to the expression as "property". +- Fixed a bug that caused `ObservableMap.get` to throw an + `UnsupportedOperationException` for unmodifiable views. + +#### Breaking Changes + +- Kotlin `1.8` or later is now required for `quitte-compose` and + `quitte-kotlinx-coroutines`. +- The signature of `I18nContext#getFormat(String)` was changed to return the new + `I18nFormat` type. \ No newline at end of file