Skip to content

Commit a2daaa3

Browse files
Update changelogs.
1 parent 2d94d44 commit a2daaa3

File tree

6 files changed

+66
-2
lines changed

6 files changed

+66
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
1010
### Removed
1111
### Changed
1212

13+
## [0.11.0] - 2021-03-17
14+
15+
### Added
16+
17+
* Support for building with ghc-9.0.1.
18+
19+
### Changed
20+
21+
* Removed Cabal support in favor of Bazel.
22+
1323
## [0.10.0] - 2020-11-30
1424

1525
### Changed

jni/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

77
## Next
88

9+
### Added
10+
### Changed
11+
### Removed
12+
13+
## [0.9.0] - 2021-03-17
14+
915
### Added
1016

1117
* Expose functions in the API to start and stop the finalizer thread.
1218
These functions are needed in applications that initialize the JVM
1319
through other means than JNI.
14-
15-
### Removed
20+
* Support for building with ghc-9.0.1.
1621

1722
### Changed
1823

24+
* Removed Cabal support in favor of Bazel.
25+
1926
## [0.8.0] - 2020-11-30
2027

2128
### Changed

jvm-batching/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
1010
### Removed
1111
### Changed
1212

13+
## [0.3.0] - 2021-03-17
14+
15+
### Added
16+
17+
* Support for building with ghc-9.0.1.
18+
19+
### Changed
20+
21+
* Removed Cabal support in favor of Bazel.
22+
1323
## [0.2.0] - 2020-11-30
1424

1525
### Added

jvm-streaming/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
1010
### Removed
1111
### Changed
1212

13+
## [0.5.0] - 2021-03-17
14+
15+
### Added
16+
17+
* Support for building with ghc-9.0.1.
18+
19+
### Changed
20+
21+
* Removed Cabal support in favor of Bazel.
22+
1323
## [0.4.0] - 2020-11-30
1424

1525
### Changed

jvm-types/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6+
7+
## Next release
8+
9+
### Added
10+
### Removed
11+
### Changed
12+
13+
## [0.1.0] - 2021-03-17
14+
15+
### Added
16+
17+
* Initial release.

jvm/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
1010
### Removed
1111
### Changed
1212

13+
## [0.7.0] - 2021-03-17
14+
15+
### Added
16+
17+
* Support for building with ghc-9.0.1.
18+
19+
### Changed
20+
21+
* Removed Cabal support in favor of Bazel.
22+
1323
## [0.6.0] - 2020-11-30
1424

1525
### Added

0 commit comments

Comments
 (0)