Skip to content

Commit

Permalink
Update for version 2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rossarmstrong committed Nov 27, 2023
1 parent 6b28879 commit c5eee6a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,21 @@ This changelog file outlines a chronologically ordered list of the changes made
It is organized by version and release date followed by a list of Enhancements, New Features, Bug Fixes, and/or Breaking Changes.
<br /><br />

## Version 2.1.0 (Latest)
## Version 2.1.1 (Latest)
**Released:** November 27, 2023<br />
**Tag:** v2.1.1

### Enhancements

- Updated the meson.build file to align with the recommended approach for integrating Cython into the build process:
- Added Cython to the list of languages utilized by the project.
- Passed the Cython source code directly to the py.extension_module() definition for improved integration.
- Specified the C standard configuration as C11, instructing Meson to use C11 as the designated C standard.


<br /><br />

## Version 2.1.0
**Released:** November 23, 2023<br />
**Tag:** v2.1.0

Expand Down

0 comments on commit c5eee6a

Please sign in to comment.