-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG.yml
65 lines (55 loc) · 1.6 KB
/
CHANGELOG.yml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Semantic changelog: https://github.com/c4s4/changelog
- version: 1.5.0
date: 2018-03-15
summary: Fixed warnings
added:
- "Added new platforms building with Go 1.10."
fixed:
- "Fixed all warnings from Golint."
- version: 1.4.3
date: 2015-08-18
summary: Fixed redirection
fixed:
- "Fixed redirection so that protocol (http or https) is kept."
- version: 1.4.2
date: 2015-07-31
summary: Added configuration field overwrite
fixed:
- "Added configuration field *overwrite* to tell if we can overwrite an
existing package."
- version: 1.4.1
date: 2015-07-30
summary: Improved documentation
- version: 1.4.0
date: 2015-07-30
summary: Added HTTPS support
- version: 1.3.1
date: 2015-07-29
summary: Improved documentation
- version: 1.3.0
date: 2015-07-29
summary: Added configuration file
added:
- "Added configuration file."
- "Added configuration file sample to run as a service."
removed:
- "No more options on command line (you can only pass the path to
configuration file."
fixed:
- "Added URL path to redirection shop (thus defaults to
*http://pypi.python.org/simple* instead of *http://pypi.python.org*)."
- version: 1.2.0
date: 2015-07-28
summary: Added basic authentication
added:
- "Added basic authentication, passing auth file path on command line."
- version: 1.1.0
date: 2015-07-28
summary: Added package upload
added:
- "Package upload without authentication."
- version: 1.0.0
date: 2015-07-28
summary: First release
note:
- "This first release can serve packages but may not accept some."