Skip to content

Commit

Permalink
bump version to 0.1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-warren committed Jan 9, 2024
1 parent c815732 commit 030be77
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 13 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.1 - 2024-01-09

### Added

- Added OpenCascade.BRepPrimAPI.MakeCone
Expand Down
4 changes: 2 additions & 2 deletions 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.1.1
version: 0.1.2.1
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 Expand Up @@ -208,7 +208,7 @@ library
Paths_opencascade_hs
hs-source-dirs:
src
ghc-options: -Wall -Werror -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -optc -Werror-implicit-function-declaration
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -optc -Werror-implicit-function-declaration
cxx-options: --std=c++17 -Wall -Werror -Wno-deprecated
include-dirs:
cpp
Expand Down
3 changes: 1 addition & 2 deletions opencascade-hs/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: opencascade-hs
version: 0.1.1.1
version: 0.1.2.1
github: "joe-warren/opencascade-hs"
license: LGPL-2.1
author: "Joe Warren"
Expand Down Expand Up @@ -47,7 +47,6 @@ dependencies:
- resourcet >= 1.2 && < 1.4
ghc-options:
- -Wall
- -Werror
- -Wcompat
- -Widentities
- -Wincomplete-record-updates
Expand Down
2 changes: 2 additions & 0 deletions waterfall-cad-examples/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.1 - 2024-01-09

### Added

- Add an example for `Waterfall.Offset`
Expand Down
3 changes: 1 addition & 2 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.1.1
version: 0.1.2.1
github: "joe-warren/opencascade-hs"
license: LGPL-2.1
license-file: LICENSE
Expand All @@ -26,7 +26,6 @@ dependencies:

ghc-options:
- -Wall
- -Werror
- -Wcompat
- -Widentities
- -Wincomplete-record-updates
Expand Down
6 changes: 3 additions & 3 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.1.1
version: 0.1.2.1
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 @@ -40,7 +40,7 @@ library
Paths_waterfall_cad_examples
hs-source-dirs:
src
ghc-options: -Wall -Werror -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
build-depends:
base >=4.7 && <5
, lens ==5.*
Expand All @@ -56,7 +56,7 @@ executable waterfall-cad-examples
Paths_waterfall_cad_examples
hs-source-dirs:
app
ghc-options: -Wall -Werror -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, lens ==5.*
Expand Down
2 changes: 2 additions & 0 deletions waterfall-cad/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to the

## Unreleased

## 0.1.2.1 - 2024-01-09

### Added

- Added `mirror` to `Transformable` typeclass, and `mirror2D` to `Transformable2D`
Expand Down
3 changes: 1 addition & 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.1.1
version: 0.1.2.1
github: "joe-warren/opencascade-hs"
license: LGPL-2.1
license-file: LICENSE
Expand Down Expand Up @@ -30,7 +30,6 @@ dependencies:

ghc-options:
- -Wall
- -Werror
- -Wcompat
- -Widentities
- -Wincomplete-record-updates
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.1.1
version: 0.1.2.1
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 @@ -53,7 +53,7 @@ library
Paths_waterfall_cad
hs-source-dirs:
src
ghc-options: -Wall -Werror -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
build-depends:
base >=4.7 && <5
, lattices >=2.0 && <3
Expand Down

0 comments on commit 030be77

Please sign in to comment.