-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCHANGELOG.yaml
More file actions
78 lines (78 loc) · 2.74 KB
/
CHANGELOG.yaml
File metadata and controls
78 lines (78 loc) · 2.74 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
Unreleased:
added: []
fixed: []
changed: []
deprecated: []
removed: []
security: []
1.2.0:
added:
- configless execution
- new git plugin with support for gitlab, github
- new git with support for ephemeral repos
- archive branch
- py3.12
fixed:
- fetch remote before branch remake
- throw if remotes don't match url (#69)
changed:
- git service init changes
1.1.0:
added:
- '`pypi release` support for poetry based projects (#27)'
- '`version tag/bump` support for poetry based projects (#27)'
- '`semver2` plugin (#20)`'
- '`remote` config attribute for repository plugins'
- python 3.10 support (#43)
- python 3.11 support (#43)
changed:
- default cache dir location (#29)
fixed:
- version plugins no longer mangle pyproject.toml formatting (#35)
- git plugin will now always set remote and branch for pull and push
- semver2 plugin always trying to tag a prerelease during bump action (#39)
- changelog version sorting issues during generate and release (#38)
- template plugin will now copy file permissions (#37)
- 'reposiotry plugins: when specifying a branch that does not exist locally or remotely
the branch will be created (#47)'
removed:
- 'version plugin: automatic creation of dev tags (#46)'
- python 3.6 support (#43)
- python 3.7 support
1.0.0:
added:
- python 3.7 support (#15)
- python 3.8 support (#19)
- python 3.9 support (#19)
fixed:
- 'version plugin: bump needs to do a pull before changelog validation (#14)'
- 'venv plugin: copy: remove *.pyc files after copying a venv (#17)'
- 'venv plugin: sync_setup --freeze option added'
- 'venv plugin: sync_setup now also generates dev packages into extra_requires'
- issue in setup.py with download_url and url (#18)
removed:
- venv plugin is no longer working (due to poetry not allowing bash scripts and
it no longer being used)
- python2.7 support (#21)
- python3.4 support (#21)
- python3.5 support (#21)
0.3.1:
changed:
- switch to confu package, away from cfu (same version and codebase, different package
name)
- update test requirements for pyaml according to python version
0.3.0:
added:
- '`venv` plugin: `sync_setup` operation added'
- '`confuargparserouter`: better way to route confu generated cli parameters to
sub parsers'
- '`changelog` plugin`'
- '`version` plugin: changelog validation'
fixed:
- 'fix #13: plugin.expose_vars: don''t raise on io error'
- 'fix #5: fix config error handling for errors that happen outside of plugin config'
- 'fix #6: fix semantic version bumping when the current version is truncated'
0.2.0:
changed:
- 'pypi plugin: config `repository` changed to `pypi_repository` (#2)'
- 'pypi plugin: config `target` changed to `repository` (#2)'