Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update change log #62

Merged
merged 2 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,19 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Added

* Add layer raw size and geometries raw size to vtzero-stats, use CSV format.

### Changed

* Switched to C++14 as minimum requirement (because the Protozero library
we depend on switched).
* Various updates to build and clang-tidy config
* Lots of small code cleanups.

### Fixed

* Remove superfluous std::forwards.


## [1.1.0] - 2020-06-11

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

To release a new vtzero version:

- Make sure all tests are passing locally and on travis/appveyor
- Make sure all tests are passing locally and on Github and on Appveyor
- Update version number in
- `CMakeLists.txt` (one place)
- `include/vtzero/version.hpp` (two places)
Expand Down
Loading