From 45e6816068d6c188e0d7f1dc643f0cb78700f8ee Mon Sep 17 00:00:00 2001 From: Andrea Righi Date: Thu, 14 Dec 2023 11:22:59 +0100 Subject: [PATCH] annotations v0.2 Signed-off-by: Andrea Righi --- debian/changelog | 29 +++++++++++++++++++++++++++++ kconfig/version.py | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 69cb4f9..7064e6c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +annotations (0.2-1) unstable; urgency=medium + + * New upstream version v0.2: + - tests: test_override: drop unnecessary debugging print() + - tests: add a new unit test to verify the arch override + - annotations: properly update arch overrides + - annotations: move sys.dont_write_bytecode to main script + - annotations: coding style fixes + - add an 'sanitize' helper script + - pre-commit: add sanity checks + - annotations: clean up shebang + - annotations: properly update configs with included JSON files + - annotations: introduce --no-include + - annotations: support JSON format + - tests: add an include test case + - tests/test_todo_note: drop unnecessary debugging info + - add an 'annotations' helper script + - annotations: dump all the structure as JSON if no argument is specified + - tests: add tox configuration to automate unit testing + - tests: add some basic unit tests + - annotations: update: properly update note for arch-flavour configs + - annotations: update: update note when config is changing + - avoid generating python bytecode + - annotations: make the output of config-check more user-friendly + - annotations: make argcomplete optional + - ci: remove trailing space in pylint.yml + + -- Andrea Righi Thu, 14 Dec 2023 11:08:11 +0100 + annotations (0.1-1) unstable; urgency=medium * Initial packaging. diff --git a/kconfig/version.py b/kconfig/version.py index 833ffa3..8d91a4e 100644 --- a/kconfig/version.py +++ b/kconfig/version.py @@ -2,7 +2,7 @@ # version of annotations module # Copyright © 2022 Canonical Ltd. -VERSION = "0.1" +VERSION = "0.2" ANNOTATIONS_FORMAT_VERSION = 5 -- 2.31.1