Skip to content

Commit

Permalink
bump: version 1.1.1 → 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 28, 2024
1 parent 0374133 commit 58687c2
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 1 deletion.
85 changes: 85 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
## v1.1.2 (2024-05-28)

### Fix

- release next ci
- link python3
- link python3
- link python3
- link python3
- link python3
- link python3
- link python3
- link python3
- link python3
- conventions for MSBuild
- unused find_package

## v1.1.1 (2024-03-22)

### Fix

- typing for older python versions

## v1.1.0 (2024-03-22)

### Feat

- Introduce conversion utilities

## v1.0.3 (2024-03-20)

### Fix

- add a header message

## v1.0.2 (2024-03-17)

### Fix

- trigger a build

## v1.0.1 (2024-03-17)

### Fix

- cleaner function signature serializeStl -> serialize
- benchmark 1st operation for each lib is slower
- Add meshio to the benchmark

## v1.0.0 (2024-03-16)

### Feat

- introduce a python binding

### Fix

- improve performances
- added trove classifiers
- fix workflow
- fix workflow
- fix workflow
- fix workflow
- fix workflow
- fix workflow
- fix workflow
- fix workflow
- make a test job
- set timeout-minutes: 30
- trigger cz update
- simplify read write ops
- fix long_description to readme.md
- warnings
- set long_description to readme.md
- fit github actions
- fit github actions
- fit github actions
- fit github actions
- fit github actions
- fit github actions
- remove "vertices" attribute
- faster deserializing using packed Triangle
- remove reinterpret_cast<>
- binary serializing / deserializing needs attribute Byte Count
- remove testing report
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ testpaths = ["tests/python"]

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.1.1"
version = "1.1.2"
tag_format = "v$version"

[tool.cibuildwheel]
Expand Down

0 comments on commit 58687c2

Please sign in to comment.