Skip to content

Commit

Permalink
Merge pull request #314 from na4zagin3/bump-version
Browse files Browse the repository at this point in the history
Bump version to 0.0.2.12
  • Loading branch information
na4zagin3 authored Sep 24, 2023
2 parents e04eb8e + f6395a3 commit c50bdc5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
26 changes: 23 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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系列以前|
2 changes: 1 addition & 1 deletion satyrographos.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "satyrographos"
version: "0.0.2.11"
version: "0.0.2.12"
maintainer: "SAKAMOTO Noriaki <[email protected]>"
authors: [
"SAKAMOTO Noriaki <[email protected]>"
Expand Down

0 comments on commit c50bdc5

Please sign in to comment.