Skip to content

Commit 7ab4c88

Browse files
committed
Merge tag 'v0.3.0' into dev
Release 0.3.0
2 parents 806d446 + 990f024 commit 7ab4c88

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
Maybe your next idea?
11+
12+
## [0.3.0] - 2021-02-18
13+
1014
### Added
1115

1216
- bash uninstaller
1317

1418
### Changed
1519

1620
- `code-connect` is now not just one alias anymore, but two aliases.
21+
1722
- The `code-connect` alias is added functionality of this repo, it points to `code_connect.py`
1823
- The `code` alias checks whether `code` is in the PATH and omits using `code-connect` in this case. This is useful for the integrated terminal as a `code` executable is injected by VS Code into the PATH. Thus, `code` should just run that existing executable, not `code-connect` instead.
19-
See [#7](https://github.com/chvolkmann/code-connect/issues/4)
24+
25+
See [#8](https://github.com/chvolkmann/code-connect/issues/8)
26+
2027
- bash installer is now fancy
2128
- All bash-related files are now in the `bash/` folder
22-
23-
Maybe your next idea?
29+
- All `code_connect.py` is now in the `bin/` folder
30+
- Fisher installation logic ([#10](https://github.com/chvolkmann/code-connect/pull/10))
2431

2532
## [0.2.2] - 2021-02-16
2633

@@ -70,7 +77,8 @@ Maybe your next idea?
7077

7178
- Initial release of `code-connect` and the corresponding fish plugin
7279

73-
[unreleased]: https://github.com/chvolkmann/code-connect/compare/v0.2.2...HEAD
80+
[unreleased]: https://github.com/chvolkmann/code-connect/compare/v0.3.0...HEAD
81+
[0.3.0]: https://github.com/chvolkmann/code-connect/compare/v0.2.2...v0.3.0
7482
[0.2.2]: https://github.com/chvolkmann/code-connect/compare/v0.2.1...v0.2.2
7583
[0.2.1]: https://github.com/chvolkmann/code-connect/compare/v0.2.0...v0.2.1
7684
[0.2.0]: https://github.com/chvolkmann/code-connect/compare/v0.1.1...v0.2.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.2
1+
0.3.0

0 commit comments

Comments
 (0)