Skip to content

Commit 2052fbc

Browse files
committed
Prep release of 0.3.0.0
1 parent 6ec8879 commit 2052fbc

File tree

7 files changed

+17
-11
lines changed

7 files changed

+17
-11
lines changed

opencascade-hs/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to the
88

99
## Unreleased
1010

11+
## 0.3.0.0
12+
1113
### Changed
1214

1315
- The project now depends on (and supports) OpenCascade `7.8.0` or later

opencascade-hs/opencascade-hs.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.2
55
-- see: https://github.com/sol/hpack
66

77
name: opencascade-hs
8-
version: 0.2.2.1
8+
version: 0.3.0.0
99
synopsis: Thin Wrapper for the OpenCASCADE CAD Kernel
1010
description: Please see the README on GitHub at <https://github.com/joe-warren/opencascade-hs#readme>
1111
category: Graphics,FFI

package-defaults.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
_version: &version "0.2.2.1"
2-
_opencascade-hs-bound: &opencascade-hs-bound "opencascade-hs ^>=0.2.2.1"
3-
_waterfall-cad-bound: &waterfall-cad-bound "waterfall-cad ^>=0.2.2.1"
1+
_version: &version "0.3.0.0"
2+
_opencascade-hs-bound: &opencascade-hs-bound "opencascade-hs ^>=0.3.0.0"
3+
_waterfall-cad-bound: &waterfall-cad-bound "waterfall-cad ^>=0.3.0.0"
44
_ghc_options: &ghc-options
55
- -Wall
66
- -Werror=compat

waterfall-cad-examples/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to the
88

99
## Unreleased
1010

11+
## 0.3.0.0
12+
1113
### Changed
1214

1315
- The project now depends on (and supports) OpenCascade `7.8.0` or later

waterfall-cad-examples/waterfall-cad-examples.cabal

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: waterfall-cad-examples
8-
version: 0.2.2.1
8+
version: 0.3.0.0
99
synopsis: Examples for Waterfall CAD, a Declarative CAD/Solid Modeling Library
1010
description: Please see the README on GitHub at <https://github.com/joe-warren/opencascade-hs#readme>
1111
category: Graphics
@@ -47,11 +47,11 @@ library
4747
base >=4.7 && <5
4848
, lens ==5.*
4949
, linear >=1.21 && <2
50-
, opencascade-hs >=0.2.2.1 && <0.3
50+
, opencascade-hs >=0.3.0.0 && <0.4
5151
, optparse-applicative >=0.17 && <0.19
5252
, parsec ==3.1.*
5353
, parser-combinators >=1.2 && <1.4
54-
, waterfall-cad >=0.2.2.1 && <0.3
54+
, waterfall-cad >=0.3.0.0 && <0.4
5555
default-language: Haskell2010
5656

5757
executable waterfall-cad-examples
@@ -65,10 +65,10 @@ executable waterfall-cad-examples
6565
base >=4.7 && <5
6666
, lens ==5.*
6767
, linear >=1.21 && <2
68-
, opencascade-hs >=0.2.2.1 && <0.3
68+
, opencascade-hs >=0.3.0.0 && <0.4
6969
, optparse-applicative >=0.17 && <0.19
7070
, parsec ==3.1.*
7171
, parser-combinators >=1.2 && <1.4
72-
, waterfall-cad >=0.2.2.1 && <0.3
72+
, waterfall-cad >=0.3.0.0 && <0.4
7373
, waterfall-cad-examples
7474
default-language: Haskell2010

waterfall-cad/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to the
99

1010
## Unreleased
1111

12+
## 0.3.0.0
13+
1214
### Changed
1315

1416
- The project now depends on (and supports) OpenCascade `7.8.0` or later

waterfall-cad/waterfall-cad.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: waterfall-cad
8-
version: 0.2.2.1
8+
version: 0.3.0.0
99
synopsis: Declarative CAD/Solid Modeling Library
1010
description: Please see the README on GitHub at <https://github.com/joe-warren/opencascade-hs#readme>
1111
category: Graphics
@@ -65,7 +65,7 @@ library
6565
, lattices >=2.0 && <3
6666
, lens ==5.*
6767
, linear >=1.21 && <2
68-
, opencascade-hs >=0.2.2.1 && <0.3
68+
, opencascade-hs >=0.3.0.0 && <0.4
6969
, primitive >=0.7 && <0.10
7070
, resourcet >=1.2 && <1.4
7171
default-language: Haskell2010

0 commit comments

Comments
 (0)