annotations v0.2 v0.2
authorAndrea Righi <andrea.righi@canonical.com>
Thu, 14 Dec 2023 10:22:59 +0000 (11:22 +0100)
committerAndrea Righi <andrea.righi@canonical.com>
Thu, 14 Dec 2023 10:22:59 +0000 (11:22 +0100)
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
debian/changelog
kconfig/version.py

index 69cb4f9cabb5460ba3b7baee25ec4dfa0901e811..7064e6ce689968dcbce667e12bad1acd4ba5ab20 100644 (file)
@@ -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 <andrea.righi@canonical.com>  Thu, 14 Dec 2023 11:08:11 +0100
+
 annotations (0.1-1) unstable; urgency=medium
 
   * Initial packaging.
index 833ffa34654bb6bb91e1bfa98e959888fa0511c9..8d91a4e371e1d2a1d38a0a5b06d8a0c1dd76ba1d 100644 (file)
@@ -2,7 +2,7 @@
 # version of annotations module
 # Copyright © 2022 Canonical Ltd.
 
-VERSION = "0.1"
+VERSION = "0.2"
 
 ANNOTATIONS_FORMAT_VERSION = 5