diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..907ab7e --- /dev/null +++ b/debian/changelog @@ -0,0 +1,105 @@ +config-links (2.0.2-1) unstable; urgency=medium + + * workflows/ci: upgrade actions + * workflows: upgrade actions + * fix .gitattributes + * workflows/ci: test on macOS + * os.sh: no need to use uname here + * test: fix macOS runs + * README: update + + -- Egor Tensin <Egor.Tensin@gmail.com> Tue, 24 Jan 2023 11:18:40 +0100 + +config-links (2.0.1-3) unstable; urgency=medium + + * debian/Makefile: export NAME and EMAIL + * debian/Makefile: add commit target + + -- Egor Tensin <Egor.Tensin@gmail.com> Sat, 30 Apr 2022 00:35:34 +0200 + +config-links (2.0.1-2) unstable; urgency=medium + + * debian/README: rearrange items + * debian/Makefile: consistent prelude + + -- Egor Tensin <Egor.Tensin@gmail.com> Wed, 06 Apr 2022 08:22:28 +0000 + +config-links (2.0.1-1) unstable; urgency=medium + + * test: refactoring + * test: add a test case + * bash best practices & linting + * README: update + * test: update comments + + -- Egor Tensin <Egor.Tensin@gmail.com> Tue, 05 Apr 2022 19:19:52 +0000 + +config-links (2.0-1) unstable; urgency=medium + + * db.sh: consistent logging + * db.sh: add parse_mode function + * links-chmod: mode parameter is mandatory + + -- Egor Tensin <Egor.Tensin@gmail.com> Thu, 06 Jan 2022 17:32:23 +0000 + +config-links (1.1-2) unstable; urgency=medium + + * debian: add links-chmod + + -- Egor Tensin <Egor.Tensin@gmail.com> Thu, 25 Nov 2021 19:13:59 +0000 + +config-links (1.1-1) unstable; urgency=medium + + * update script names in comments + * add links-chmod + * links-chmod: tweak the help message + * db.sh: add more logging + * test/test.sh: best practices + * links-update: add --mode parameter + * README: update + + -- Egor Tensin <Egor.Tensin@gmail.com> Thu, 25 Nov 2021 19:07:06 +0000 + +config-links (1.0.1-1) unstable; urgency=medium + + * README: update + * workflows/test: tweak step names + * workflows/test: use ubuntu-latest + * workflows/test -> workflows/ci + * workflows/ci: rename to "CI" + * .ci/ -> test/ + * debian/Makefile: apt scripting best practices + * debian/README: update + + -- Egor Tensin <Egor.Tensin@gmail.com> Sun, 03 Oct 2021 16:20:54 +0000 + +config-links (1.0-2) unstable; urgency=medium + + * debian: fix package description + + -- Egor Tensin <Egor.Tensin@gmail.com> Thu, 29 Apr 2021 10:15:54 +0000 + +config-links (1.0-1) unstable; urgency=medium + + * debian: require bash 4 or higher + * rename the scripts + * README: add more badges + * README: update + * README: add "Installation" + * rename the project + * debian: scripts were renamed + + -- Egor Tensin <Egor.Tensin@gmail.com> Thu, 29 Apr 2021 08:35:34 +0000 + +config-links (0.2-1) unstable; urgency=medium + + * debian: add GitHub workflows + * blacklist aux files for `git archive` + + -- Egor Tensin <Egor.Tensin@gmail.com> Thu, 29 Apr 2021 00:30:39 +0000 + +config-links (0.1-1) unstable; urgency=medium + + * Initial release. + + -- Egor Tensin <Egor.Tensin@gmail.com> Wed, 28 Apr 2021 21:14:04 +0000 |