Skip to content

Commit 1945d0d

Browse files
updated changelog
1 parent 37a6278 commit 1945d0d

File tree

2 files changed

+57
-3
lines changed

2 files changed

+57
-3
lines changed

.gitchangelog.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ subject_process = (strip |
149149
##
150150
## Tags that will be used for the changelog must match this regexp.
151151
##
152-
tag_filter_regexp = r'^[0-9]+\.[0-9]+(\.[0-9]+)?$'
152+
tag_filter_regexp = r'^v?[0-9]+\.[0-9]+(\.[0-9]+)?(-(alpha|beta|rc)[0-9]*)?$'
153153

154154

155155
## ``unreleased_version_label`` is a string or a callable that outputs a string

CHANGELOG.md

Lines changed: 56 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,59 @@
1-
# Changelog
1+
Changelog
2+
=========
23

3-
## (unreleased)
44

5+
v0.1.0 (2020-12-15)
6+
------------
7+
- Updated changelog. [Fabio Cicerchia]
8+
- Bump alpine from 3.12.1 to 3.12.2 (#61) [dependabot[bot]]
9+
- Add license scan report and status (#64) [Fabio Cicerchia, fossabot]
10+
- Disabled codeclimate in pipeline, as it is not working and still
11+
waiting from customer support. [Fabio Cicerchia]
12+
13+
14+
v0.1.0-beta1 (2020-12-08)
15+
-------------------------
16+
17+
Changes
18+
~~~~~~~
19+
- Benchmarks, closed #14 (#59) [Fabio Cicerchia]
20+
- Refactor to have an upstream pool, closed #47. [Fabio Cicerchia]
21+
22+
Fix
23+
~~~
24+
- Fix CodeClimate broken coverage, #44. [Fabio Cicerchia]
25+
- Tests for chunking, closed #43. [Fabio Cicerchia]
26+
- Add tags in Configuration struct, closed #41. [Fabio Cicerchia]
27+
28+
Other
29+
~~~~~
30+
- Fixed paambaati/[email protected]. [Fabio Cicerchia]
31+
32+
33+
v0.1.0-alpha1 (2020-12-04)
34+
--------------------------
35+
36+
New
37+
~~~
38+
- Make release, closed #6. [Fabio Cicerchia]
39+
- Docker docs, closed #34. [Fabio Cicerchia]
40+
- Check configuration validity, closed #7. [Fabio Cicerchia]
41+
- Make health-check optional, with config flag, closed #29. [Fabio
42+
Cicerchia]
43+
- Set log line format in config, closed #32. [Fabio Cicerchia]
44+
45+
Fix
46+
~~~
47+
- Fixing to achieve good score on BetterCodeHub, #40. [Fabio Cicerchia]
48+
- Broken tests for logs. [Fabio Cicerchia]
49+
50+
Other
51+
~~~~~
52+
- Bump golang from 1.15.5-alpine3.12 to 1.15.6-alpine3.12 (#39)
53+
[dependabot[bot]]
54+
- Fixed broken insecurebridge. [Fabio Cicerchia]
55+
- Disabled tests in dockerfile. [Fabio Cicerchia]
56+
- Production-Ready (#5) [Fabio Cicerchia]
557
- Fix codecov in ci, fixing tests, added script flags, added tlsfuzzer,
658
docs. [Fabio Cicerchia]
759
- Refactoring. [Fabio Cicerchia]
@@ -53,3 +105,5 @@
53105
- Adding tests. [Fabio Cicerchia]
54106
- Added TTL based on s-maxage or max-age. [Fabio Cicerchia]
55107
- Initial commit. [Fabio Cicerchia]
108+
109+

0 commit comments

Comments
 (0)