-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCHANGELOG
63 lines (38 loc) · 1.43 KB
/
CHANGELOG
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
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.2.3] - 2023-06-04
## Fixed
- Issue #33 - Incorrect handling of the disabling branch type feature. Aside from that, the feature index at the default config was wrong. Now all branch types are correctly handled.
## [0.2.2] - 2023-06-04
## Fixed
- Issue #30 - change checkout to switch
- Issue #31 - Agnostic remote host
- Fixes the release system, which was broken
## [0.2.1] - 2023-05-31
## Fixed
- Typo no README
## [0.2.0] - 2023-05-31
## Added
- This CHANGELOG
- Tool with the necessary functionalities for developers to implement the g-flow strategy
- A file to configure the tool (.g-flowrc[.dist])
## Changed
- README updated with instructions for using the tool, among other improvements.
## Fixed
- Typo on the README's text
## [0.1.0] - 2023-05-28
### Added
- Added .backup files to .gitignore
- Added the project's Logo
- Added the diagrams
- Added the presentation (PDF)
## Changed
- Changed the project's license to MIT
- Changed the README file to reflect the diagrams and concepts of the project
## Fixed
- Fixes and standardization to the diagrams
- Initial link to Gtiflow corrected
- Fixed the Gitflow definition
- Fixed the Epic's story
- Typos on the README's text