From dc0ecebb3b981d267f7fb0b9f386ac51cb82f22f Mon Sep 17 00:00:00 2001 From: Noriaki SAKAMOTO Date: Sun, 24 Sep 2023 23:14:23 +0900 Subject: [PATCH 1/3] Update CHANGELOG with v0.0.2.12 --- CHANGELOG.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66313d9..196d910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Haskell PVP](https://pvp.haskell.org/). ## [Unreleased] +## [v0.0.2.12] - 2023-09-25 +### Changed +- Make `library-opam list` subcommand output in shellscript-friendly multi line format ([#299]) +- Update dependent yaml library to 3.0 ([#301]) +- Refactored the clam test cases with shared shell script functions ([#300], [#302]) +- `install` subcommand shows reverse dependencies of missing libraries ([#303]) +- Support Core v0.15 and v0.16 by dropping support of OCaml 4.10 and older ([#309], [#312]) + +### Fixed +- Race condition non-dependent packages are being removed during reading libraries ([#298]) + ## [v0.0.2.11] - 2021-03-13 ### Changed - Update templates ([#276] by @puripuri2100) @@ -318,9 +329,18 @@ and this project adheres to [Haskell PVP](https://pvp.haskell.org/). [#285]: https://github.com/na4zagin3/satyrographos/pull/285 [#289]: https://github.com/na4zagin3/satyrographos/pull/289 [#290]: https://github.com/na4zagin3/satyrographos/pull/290 - - -[Unreleased]: https://github.com/na4zagin3/satyrographos/compare/v0.0.2.11...HEAD +[#298]: https://github.com/na4zagin3/satyrographos/pull/298 +[#299]: https://github.com/na4zagin3/satyrographos/pull/299 +[#300]: https://github.com/na4zagin3/satyrographos/pull/300 +[#301]: https://github.com/na4zagin3/satyrographos/pull/301 +[#302]: https://github.com/na4zagin3/satyrographos/pull/302 +[#303]: https://github.com/na4zagin3/satyrographos/pull/303 +[#309]: https://github.com/na4zagin3/satyrographos/pull/309 +[#312]: https://github.com/na4zagin3/satyrographos/pull/312 + + +[Unreleased]: https://github.com/na4zagin3/satyrographos/compare/v0.0.2.12...HEAD +[v0.0.2.12]: https://github.com/na4zagin3/satyrographos/compare/v0.0.2.11...v0.0.2.12 [v0.0.2.11]: https://github.com/na4zagin3/satyrographos/compare/v0.0.2.10...v0.0.2.11 [v0.0.2.10]: https://github.com/na4zagin3/satyrographos/compare/v0.0.2.9...v0.0.2.10 [v0.0.2.9]: https://github.com/na4zagin3/satyrographos/compare/v0.0.2.8...v0.0.2.9 From fb53baa566b5e6ea09cc11ed731515e304592b87 Mon Sep 17 00:00:00 2001 From: Noriaki SAKAMOTO Date: Sun, 24 Sep 2023 23:14:47 +0900 Subject: [PATCH 2/3] Mention SATySFi 0.0.9 support --- README-ja.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README-ja.md b/README-ja.md index c3fb764..41b5086 100644 --- a/README-ja.md +++ b/README-ja.md @@ -382,7 +382,8 @@ Satyristes ファイルはS式の列で記述されます。以下の宣言を |Satyrographos|SATySFi| |-------|-------------| -|v0.0.2.9以降|v0.0.6系列| +|v0.0.2.12以降|v0.0.9系列| +|v0.0.2.9以降|v0.0.6系列からv0.0.6系列まで| |v0.0.2.5以降|v0.0.5系列| |v0.0.2.1からv0.0.2.4まで|v0.0.4系列以前(但し、ライブラリドキュメント作成にはsatysfi.0.0.3+dev2019.02.27以後を要す)| |v0.0.1系列|v0.0.3系列以前| From f6395a3581f3bf67b756ba31d2a394abd5d867d6 Mon Sep 17 00:00:00 2001 From: Noriaki SAKAMOTO Date: Sun, 24 Sep 2023 23:15:08 +0900 Subject: [PATCH 3/3] Bump version to 0.0.2.12 --- satyrographos.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satyrographos.opam b/satyrographos.opam index eb148bc..ff32734 100644 --- a/satyrographos.opam +++ b/satyrographos.opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "satyrographos" -version: "0.0.2.11" +version: "0.0.2.12" maintainer: "SAKAMOTO Noriaki " authors: [ "SAKAMOTO Noriaki "