File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
7
## [ 0.2.0] - 2022-03-03
2
8
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,
4
10
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.
6
12
7
13
## [ 0.1.0] - 2022-02-28
8
14
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " cobhan"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
description = " Cobhan FFI"
5
5
authors = [
6
6
" Jeremiah Gowdy <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments