-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.in
28 lines (25 loc) · 1.58 KB
/
changelog.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# --- Possible values for "type" ---------
#
# added
# changed
# security
# deprecated
# removed
# support
# fixed
# doc
# version ; type ; subject ; issues ;i;h;detail
#--------------------------------------------------------------------------------------------------------------------------
2024.08.12 ; support ; First public release ; ; ; ;
2024.02.08 ; support ; Switch to calendar-versioning ; ; ; ;
1.3.1.post1 ; changed ; Update fabfile ; ; ; ;
1.3.1 ; fixed ; Don't crash if the release-info file does not exist ; ; ; ;
1.3.0 ; added ; Add support for multiple issue URL templates ; ; ; ;
1.3.0 ; doc ; Add package API documentation ; ; ; ;
1.2.0 ; added ; Provide `pre-commit` hook using the `autocheck` command ; ; ; ;
1.2.0 ; added ; Add `autocheck` subcommand ; ; ; ;
1.1.0 ; added ; Allow to run an *exact* match via `--exact` ; ; ; ;
1.1.0 ; added ; Allow checking for relase version only via `--release-only` ; ; ; ;
1.0.0 ; support ; Initial Release ; ; ; ;
# -*- changelog-version: 2.0 -*-
# vim: set filetype=txt textwidth=0 :