Skip to content

Commit a984f58

Browse files
committed
Release!
1 parent 15a10ca commit a984f58

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.2.3 (2022-04-12)
2+
=====
3+
* Fix endianess detection.
4+
15
0.2.2 (2021-10-31) 🎃
26
=====
37
* Switch to dune 2

dune-project

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
(lang dune 2.7)
2-
(version 0.2.2)
1+
(lang dune 2.8)
2+
(version 0.2.3)
33
(name shine)
44
(source (github savonet/ocaml-shine))
55
(license GPL-2.0)
66
(authors "Romain Beauxis <toots@rastageeks.org>")
77
(maintainers "The Savonet Team <savonet-users@lists.sourceforge.net>")
88

99
(generate_opam_files true)
10+
(use_standard_c_and_cxx_flags false)
1011

1112
(package
1213
(name shine)

shine.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.2.2"
3+
version: "0.2.3"
44
synopsis: "Fixed-point MP3 encoder"
55
description:
66
"shine is a super fast mp3 encoding library implemented in fixed-point arithmetic."
@@ -11,7 +11,7 @@ homepage: "https://github.com/savonet/ocaml-shine"
1111
bug-reports: "https://github.com/savonet/ocaml-shine/issues"
1212
depends: [
1313
"ocaml" {>= "4.03.0"}
14-
"dune" {>= "2.7"}
14+
"dune" {>= "2.8"}
1515
"conf-shine"
1616
"dune-configurator"
1717
"odoc" {with-doc}

0 commit comments

Comments
 (0)