Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
skorokithakis committed Mar 5, 2020
1 parent b063a4e commit 39cd311
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitchangelog.rc
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ tag_filter_regexp = r'^v?[0-9]+\.[0-9]+(\.[0-9]+)?$'
##
## This label will be used as the changelog Title of the last set of changes
## between last valid tag and HEAD if any.
unreleased_version_label = "%%version%% (unreleased)"
unreleased_version_label = "Unreleased"


## ``output_engine`` is a callable
Expand Down Expand Up @@ -181,9 +181,9 @@ unreleased_version_label = "%%version%% (unreleased)"
## Examples:
## - makotemplate("restructuredtext")
##
output_engine = rest_py
#output_engine = rest_py
#output_engine = mustache("restructuredtext")
#output_engine = mustache("markdown")
output_engine = mustache("markdown")
#output_engine = makotemplate("restructuredtext")


Expand Down
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,12 @@ repos:
hooks:
- id: mypy
args: [-s]
- repo: local
hooks:
- id: gitchangelog
language: system
always_run: true
pass_filenames: false
name: Generate changelog
entry: bash -c "gitchangelog > CHANGELOG.md"
stages: [commit]
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog


## Unreleased

### Features

* Add simple command-line interface (#43) [Éric Araujo]

### Fixes

* Make encode and decode MSB-first (#36) [Keane Nguyen]

* Make the URL check more robust (fixes #32) [Stavros Korokithakis]


## v0.5.0 (2017-02-19)

### Features

* Make int_to_string and string_to_int available globally. [Stavros Korokithakis]


0 comments on commit 39cd311

Please sign in to comment.