Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Jan 5, 2022
1 parent e03ded8 commit 340f559
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
2022-01-06

* implement support for multiple attributes (breaking change)
* release v0.2.0

2021-12-27

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# canfigger v0.1.999
# canfigger v0.2.0

Simple configuration file parser library

Expand Down
2 changes: 1 addition & 1 deletion canfigger.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once

#ifndef CANFIGGER_VERSION
#define CANFIGGER_VERSION "0.1.999"
#define CANFIGGER_VERSION "0.2.0"
#endif

// The max length of a line in a configuration file; a longer line will
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'canfigger',
'c',
version: '0.1.999',
version: '0.2.0',
meson_version : '>= 0.48.0',
default_options: [
'warning_level=3',
Expand Down

0 comments on commit 340f559

Please sign in to comment.