Releases: iwatakeshi/array
Releases · iwatakeshi/array
v1.0.0-alpha.3
What's Changed
- Update to C++23 and fix const iterator bug by @Copilot in #4
- Remove CodeQL build artifacts from repository by @Copilot in #5
New Contributors
- @Copilot made their first contribution in #4
Full Changelog: 1.0.0-alpha.2...1.0.0-alpha.3
v1.0.0-alpha.2
Changes
- Use
fmtlibrary for string formatting - Move to C++20
- Refactor code base
- Add tests using Catch2
- Add make & cmake
- Remove BUCK
- Remove Buckaroo
Full Changelog: 1.0.0-alpha.1...1.0.0-alpha.2
v1.0.0-alpha.1
Update * Added const_iterator * Added member function aliases
v1.0.0-alpha
Merge branch 'develop'