Skip to content

Commit 837d2d5

Browse files
committed
Changelog entries and version bump for v0.2.1
1 parent 17fdfcc commit 837d2d5

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
## [0.2.1] - 2022-03-04
2+
3+
- Added `minimum_allocation` and `header_size` properties to the `Cobhan` class
4+
- Fixed `load_library` and added tests
5+
- Fixed allocation of empty buffers in `str_to_buf` and added tests
6+
17
## [0.2.0] - 2022-03-03
28

3-
- Rename the `_load_*` methods to `load_*` to make them part of the public API,
9+
- Renamed the `_load_*` methods to `load_*` to make them part of the public API,
410
rather than protected.
5-
- Add the `int_to_buf` and `buf_to_int` methods.
11+
- Added the `int_to_buf` and `buf_to_int` methods.
612

713
## [0.1.0] - 2022-02-28
814

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cobhan"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Cobhan FFI"
55
authors = [
66
"Jeremiah Gowdy <[email protected]>",

0 commit comments

Comments
 (0)