Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oysteinmyrmo committed Sep 5, 2023
1 parent d42d11f commit 86cd52c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2023-09-05

### Changed

- Internal changes and code refactoring. Use more C++ containers, use dobles instead of floats.

## [0.2.0] - 2023-08-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include(FetchContent)
FetchContent_Declare(
bezier
GIT_REPOSITORY https://github.com/oysteinmyrmo/bezier.git
GIT_TAG v0.2.0
GIT_TAG v0.2.1
)

set(BEZIER_TESTS OFF) # Default ON
Expand Down

0 comments on commit 86cd52c

Please sign in to comment.