Skip to content

Commit

Permalink
Merge pull request #47 from kit-ty-kate/post-release-improvements
Browse files Browse the repository at this point in the history
Minor post-release improvements
  • Loading branch information
kit-ty-kate authored Dec 14, 2022
2 parents 9d4cbc1 + 91af0c0 commit e37715a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
* Fix extra lines on non empty headers [#49 @hhugo]

2.1.4 [12 April 2022]
---------------------
* Fix position in the sections parser [#46 @hhugo]

2.1.3 [21 May 2021]
-------------------
* Fix module link order (broken by #37) [#41 @dra27]
* opam-version: "2.1" must appear at most once and as the first non-comment
item. If opam-version is at the start and is greater than the library version,
Expand All @@ -14,21 +16,25 @@
[#43, #44, #45 @dra27]

2.1.2 [07 Jan 2021]
-------------------
* Some hash-consing for strings [#27 @AltGr]
* Fix named section position [#31 @rjbou]
* Don't include build system Flags module in installation [#34 @dra27]
* Allow compilation with Dune 1.x [#35 @kit-ty-kate]
* Fix compilation of OpamParserTypes [#36 @dra27]

2.1.1 [17 Nov 2020]
-------------------
* New types with more complete positions [#24 @rjbou]
* Deprecation of all old functions [#24 @rjbou]
* Add tests [#28 @rjbou]

2.1.0 [26 Aug 2020]
-------------------
* Don't add a newline at the start of strings with newlines [#18 @dra27]
* Report starting position of strings correctly [#19 @rjbou]
* Add dune files [#13 @avsm @jonludlam @dra27]

2.0.0 [1 Aug 2018]
------------------
* Initial version
2 changes: 1 addition & 1 deletion opam-file-format.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-file-format/issues"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/ocaml/opam-file-format"
build: [
[make "byte" {!ocaml:native} "all" {ocaml:native}] {!dune:installed}
Expand Down

0 comments on commit e37715a

Please sign in to comment.