@@ -12,50 +12,21 @@ This document follows the conventions laid out in [Keep a CHANGELOG](https://kee
12
12
[ // ] : # " 3. Remove the unused sections from the new release. "
13
13
[ // ] : # " 4. Update the comparison link for the unreleased header to the new tag. "
14
14
15
- ## [ Unreleased] ( https://github.com/lumicks/doltcli/compare/v0.1.18...HEAD )
16
-
17
- [ // ] : # " When adding an entry please also add a link to the "
18
- [ // ] : # " corresponding pull request that introduce the change "
15
+ ## [ Unreleased] ( https://github.com/lumicks/doltcli/compare/v0.2.0...HEAD )
19
16
17
+ ## [ v0.2.0] ( https://github.com/lumicks/doltcli/releases/tag/v0.1.18 ) - 2023-09-13
20
18
21
19
### Added
22
- [ // ] : # " For new features that got added "
23
- -
20
+ - Add remote and branch to BranchT class to handle updated version of dolt
24
21
25
22
### Changed
26
- [ // ] : # " For behavior that has been changed "
27
- [ // ] : # " (should ideally result in a new semantic version if that scheme is being used) "
28
- -
29
-
30
- ### Deprecated
31
- [ // ] : # " For features for which it has been decided that they should be removed in the future "
32
- [ // ] : # " Please also list the future version in which it is planned to be removed "
33
- -
34
-
35
- ### Fixed
36
- [ // ] : # " For bugs that got fixed "
37
- -
38
-
39
- ### Removed
40
- [ // ] : # " For features that have been removed, they *should* have been previously deprecated "
41
- -
42
-
43
- ### Security
44
- [ // ] : # " In case of security problems that have been discovered and end-users should fix "
45
- -
23
+ - Bump dolt version to 1.7.5
46
24
47
25
## [ v0.1.18] ( https://github.com/lumicks/doltcli/releases/tag/v0.1.18 ) - 2023-01-24
48
26
49
- [ // ] : # " When adding an entry please also add a link to the "
50
- [ // ] : # " corresponding pull request that introduce the change "
51
-
52
-
53
27
### Added
54
- [ // ] : # " For new features that got added "
55
28
- Add ` track ` option to checkout command to checkout upstream branches.
56
29
- Add optional ` branch ` argument to ` pull ` operation.
57
30
58
31
### Changed
59
- [ // ] : # " For behavior that has been changed "
60
- [ // ] : # " (should ideally result in a new semantic version if that scheme is being used) "
61
- - Changed the Github actions to our standard ones
32
+ - Changed the Github actions to our standard ones
0 commit comments