Skip to content

Commit

Permalink
chore: prepare 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Feb 6, 2023
1 parent d544065 commit 4873a64
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/0.7.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 0.7.0

_Not Released Yet_
_Released 2023 Feb 06_

#### Improvements

Expand Down
4 changes: 2 additions & 2 deletions docs/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
28 changes: 28 additions & 0 deletions docs/changelog/full.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
24 changes: 20 additions & 4 deletions docs/changelog/latest.md
Original file line number Diff line number Diff line change
@@ -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.
- 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 comments on commit 4873a64

Please sign in to comment.