Skip to content

Commit

Permalink
build: release v1.1.0
Browse files Browse the repository at this point in the history
Release c-ini 1.1.0.

Signed-off-by: David Rheinsberg <[email protected]>
  • Loading branch information
dvdhrm committed Dec 12, 2023
1 parent f5ede12 commit d08d5ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# c-ini - Ini-File Handling

## CHANGES WITH 1.1.0:

* Update to the new c-stdaux variables to fix problems with dynamic
linking through pkg-config.

Contributions from: David Rheinsberg

- Dußlingen, 2023-12-12

## CHANGES WITH 1.0.0:

* Initial release of c-ini.
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: '1.0.0',
version: '1.1.0',
)
major = meson.project_version().split('.')[0]
project_description = 'Ini-File Handling'
Expand Down

0 comments on commit d08d5ed

Please sign in to comment.