Skip to content

Commit

Permalink
chore: prepare 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Dec 13, 2022
1 parent 056f09d commit b7c247b
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/0.6.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 0.6.0

_Not Released Yet_
_Released 2022 Dec 13_

#### 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.6.0](0.6.0.md) (TBD; work in progress)
* 2022-11-10 [0.5.0](0.5.0.md) (latest)
* 2022-12-13 [0.6.0](0.6.0.md) (latest)
* 2022-11-10 [0.5.0](0.5.0.md)
* 2022-09-24 [0.4.0](0.4.0.md)
* 2022-06-02 [0.3.0](0.3.0.md)
* 2021-07-30 [0.2.0](0.2.0.md)
Expand Down
26 changes: 26 additions & 0 deletions docs/changelog/full.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
### 0.6.0

_Released 2022 Dec 13_

#### Improvements

- `AbstractExpression` does now define a `public` constructor. Consequentially,
it may now be extended by consumers. [[GH-4](https://github.com/Osmerion/Quitte/issues/4)]
- Various JavaDoc improvements.

#### Fixes

- Fixed a bug that caused `ObservableList#setAll` to skip some elements. [[GH-5](https://github.com/Osmerion/Quitte/issues/5)]
(Thanks to [SkytAsul](https://github.com/SkytAsul))
- Reduced the visibility of some accidentally exposed expression members.

#### Breaking Changes

- Several members of simple and lazy expressions had their visibility reduced
and may no longer be accessible. These methods were considered unsafe and
should not have been exposed in the first place. Proper alternatives are
available.


---

### 0.5.0

_Released 2022 Nov 10_
Expand Down
19 changes: 15 additions & 4 deletions docs/changelog/latest.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
### 0.5.0
### 0.6.0

_Released 2022 Nov 10_
_Released 2022 Dec 13_

#### Improvements

- Changed the license information in the POM to use a valid [SPDX identifier](https://spdx.org/licenses/).
- `AbstractExpression` does now define a `public` constructor. Consequentially,
it may now be extended by consumers. [[GH-4](https://github.com/Osmerion/Quitte/issues/4)]
- Various JavaDoc improvements.

#### Fixes

- Fixed a bug that caused expression dependencies to be incorrectly tracked.
- Fixed a bug that caused `ObservableList#setAll` to skip some elements. [[GH-5](https://github.com/Osmerion/Quitte/issues/5)]
(Thanks to [SkytAsul](https://github.com/SkytAsul))
- Reduced the visibility of some accidentally exposed expression members.

#### Breaking Changes

- Several members of simple and lazy expressions had their visibility reduced
and may no longer be accessible. These methods were considered unsafe and
should not have been exposed in the first place. Proper alternatives are
available.

0 comments on commit b7c247b

Please sign in to comment.