Skip to content

Commit

Permalink
bump version to 0.1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-warren committed Jan 9, 2024
1 parent 030be77 commit b418849
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 14 deletions.
2 changes: 2 additions & 0 deletions opencascade-hs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to the

## Unreleased

## 0.1.2.2 - 2024-01-09

## 0.1.2.1 - 2024-01-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion opencascade-hs/opencascade-hs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 2.2
-- see: https://github.com/sol/hpack

name: opencascade-hs
version: 0.1.2.1
version: 0.1.2.2
synopsis: Thin Wrapper for the OpenCASCADE CAD Kernel
description: Please see the README on GitHub at <https://github.com/joe-warren/opencascade-hs#readme>
category: Graphics,FFI
Expand Down
2 changes: 1 addition & 1 deletion opencascade-hs/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: opencascade-hs
version: 0.1.2.1
version: 0.1.2.2
github: "joe-warren/opencascade-hs"
license: LGPL-2.1
author: "Joe Warren"
Expand Down
6 changes: 6 additions & 0 deletions waterfall-cad-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to the

## Unreleased

## 0.1.2.2 - 2024-01-09

### Fixed

- Fixed dependency versions

## 0.1.2.1 - 2024-01-09

### Added
Expand Down
6 changes: 3 additions & 3 deletions waterfall-cad-examples/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: waterfall-cad-examples
version: 0.1.2.1
version: 0.1.2.2
github: "joe-warren/opencascade-hs"
license: LGPL-2.1
license-file: LICENSE
Expand All @@ -18,8 +18,8 @@ description: Please see the README on GitHub at <https://github.com/joe-

dependencies:
- base >= 4.7 && < 5
- opencascade-hs ^>=0.1.1.0
- waterfall-cad ^>=0.1.1.1
- opencascade-hs ^>=0.1.2.2
- waterfall-cad ^>=0.1.2.2
- linear >= 1.21 && < 2
- lens >= 5 && < 6
- optparse-applicative >= 0.17 && < 0.19
Expand Down
10 changes: 5 additions & 5 deletions waterfall-cad-examples/waterfall-cad-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: waterfall-cad-examples
version: 0.1.2.1
version: 0.1.2.2
synopsis: Examples for Waterfall CAD, a Declarative CAD/Solid Modeling Library
description: Please see the README on GitHub at <https://github.com/joe-warren/opencascade-hs#readme>
category: Graphics
Expand Down Expand Up @@ -45,9 +45,9 @@ library
base >=4.7 && <5
, lens ==5.*
, linear >=1.21 && <2
, opencascade-hs >=0.1.1.0 && <0.2
, opencascade-hs >=0.1.2.2 && <0.2
, optparse-applicative >=0.17 && <0.19
, waterfall-cad >=0.1.1.1 && <0.2
, waterfall-cad >=0.1.2.2 && <0.2
default-language: Haskell2010

executable waterfall-cad-examples
Expand All @@ -61,8 +61,8 @@ executable waterfall-cad-examples
base >=4.7 && <5
, lens ==5.*
, linear >=1.21 && <2
, opencascade-hs >=0.1.1.0 && <0.2
, opencascade-hs >=0.1.2.2 && <0.2
, optparse-applicative >=0.17 && <0.19
, waterfall-cad >=0.1.1.1 && <0.2
, waterfall-cad >=0.1.2.2 && <0.2
, waterfall-cad-examples
default-language: Haskell2010
6 changes: 6 additions & 0 deletions waterfall-cad/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to the

## Unreleased

## 0.1.2.2 - 2024-01-09

### Fixed

- Fixed dependency versions

## 0.1.2.1 - 2024-01-09

### Added
Expand Down
4 changes: 2 additions & 2 deletions waterfall-cad/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: waterfall-cad
version: 0.1.2.1
version: 0.1.2.2
github: "joe-warren/opencascade-hs"
license: LGPL-2.1
license-file: LICENSE
Expand All @@ -22,7 +22,7 @@ description: Please see the README on GitHub at <https://github.com/joe-

dependencies:
- base >= 4.7 && < 5
- opencascade-hs ^>=0.1.1.1
- opencascade-hs ^>=0.1.2.2
- linear >= 1.21 && < 2
- lens >= 5 && < 6
- lattices >= 2.0 && < 3
Expand Down
4 changes: 2 additions & 2 deletions waterfall-cad/waterfall-cad.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: waterfall-cad
version: 0.1.2.1
version: 0.1.2.2
synopsis: Declarative CAD/Solid Modeling Library
description: Please see the README on GitHub at <https://github.com/joe-warren/opencascade-hs#readme>
category: Graphics
Expand Down Expand Up @@ -59,6 +59,6 @@ library
, lattices >=2.0 && <3
, lens ==5.*
, linear >=1.21 && <2
, opencascade-hs >=0.1.1.1 && <0.2
, opencascade-hs >=0.1.2.2 && <0.2
, resourcet >=1.2 && <1.4
default-language: Haskell2010

0 comments on commit b418849

Please sign in to comment.