Skip to content

Commit

Permalink
chore: prepare 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Jul 29, 2021
1 parent d172d2e commit 0fdbefa
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/0.2.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 0.2.0

_Not Released Yet_
_Released 2021 Jul 30_

#### 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.2.0](0.2.0.md) (TBD; work in progress)
* 2021-05-01 [0.1.0](0.1.0.md) (latest)
* 2021-07-30 [0.2.0](0.2.0.md) (latest)
* 2021-05-01 [0.1.0](0.1.0.md)


This library is strictly following [SemVer 2.0.0](https://semver.org/spec/v2.0.0.html).
19 changes: 19 additions & 0 deletions docs/changelog/full.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
### 0.2.0

_Released 2021 Jul 30_

#### Improvements

- Type names now use `To` instead of `2` (e.g. `ObjectToBoolFunction` instead of `Object2BoolFunction`).

#### Fixes

- `WeakChangeListener`s are now properly marked as garbage collected.

#### Breaking Changes

- Type names now use `To` instead of `2` (e.g. `ObjectToBoolFunction` instead of `Object2BoolFunction`).


---

### 0.1.0

_Released 2021 May 01_
Expand Down
17 changes: 11 additions & 6 deletions docs/changelog/latest.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
### 0.1.0
### 0.2.0

_Released 2021 May 01_
_Released 2021 Jul 30_

#### Overview
#### Improvements

Quitte provides specialized observable properties and expressions with lazy
variants, and observable collections.
- Type names now use `To` instead of `2` (e.g. `ObjectToBoolFunction` instead of `Object2BoolFunction`).

This release is compatible with Java 16 or later.
#### Fixes

- `WeakChangeListener`s are now properly marked as garbage collected.

#### Breaking Changes

- Type names now use `To` instead of `2` (e.g. `ObjectToBoolFunction` instead of `Object2BoolFunction`).

0 comments on commit 0fdbefa

Please sign in to comment.