Skip to content

Commit

Permalink
build: prepare v3.1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: David Rheinsberg <[email protected]>
  • Loading branch information
dvdhrm committed Jun 22, 2022
1 parent b86ba65 commit fa02474
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# c-list - Circular Intrusive Double Linked List Collection

## CHANGES WITH 4:
## CHANGES WITH 3.1.0:

* The minimum required meson version is now 0.60.0.

* New function c_list_split() is added. It reverses c_list_splice()
and thus allows to split a list in half.

* TBD
Contributions from: David Rheinsberg, Michele Dionisio

Contributions from: David Rheinsberg

- TBD, YYYY-MM-DD
- Brno, 2022-06-22

## CHANGES WITH 3:

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(
],
license: 'Apache',
meson_version: '>=0.60.0',
version: '3.0.0',
version: '3.1.0',
)
major = meson.project_version().split('.')[0]
project_description = 'Circular Intrusive Double Linked List Collection'
Expand Down

0 comments on commit fa02474

Please sign in to comment.