Skip to content

Commit 9af3e7b

Browse files
committed
Release 1.7.0
Jun Aruga (1): Use consistent array format. Nils Philippsen (7): allow printf-style messages in parsing macros add line/column info to macros for processing events make line/column numbers start at 1 add line/column info in some places parser: use event-aware error macros elsewhere update tests for changed error messages use g_autofree instead of manually freeing pointers Stephen Gallagher (17): Bump version to 1.6.5dev Merge branch 'master--better-error-msgs' Merge branch 'junaruga-feature/consistent-format' Make format-security warnings an error Fix format-security error in YAML debug messages Drop MODULEMD_NSVERSION env for tests Clean up test environment settings Trivial test addition Allow tests to run against installed libmodulemd Add specfile Add scripts to create RPMs Make python3 subpackage noarch Add installed RPM tests to Travis Include all NSVCs for ModuleStreams in ImprovedModule Include only the latest version of an NSC after Prioritizer.resolve() Fix memory leaks in Prioritizer Release 1.7.0 Signed-off-by: Stephen Gallagher <[email protected]>
1 parent ec58edb commit 9af3e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# For more information on free software, see <https://www.gnu.org/philosophy/free-sw.en.html>.
1111

1212
project('modulemd', 'c',
13-
version : '1.6.5',
13+
version : '1.7.0',
1414
default_options : [
1515
'buildtype=debugoptimized',
1616
'c_std=c11',

0 commit comments

Comments
 (0)