Skip to content

Commit d39db23

Browse files
committed
chore: Version 0.2.0
1 parent 02e40df commit d39db23

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.0] - 2021-02-15
11+
12+
### Changed
13+
14+
- `source` was used to make `code` available through `code_connect.py`, which only output a shell string.
15+
16+
Now, `code_connect.py` is a direct wrapper around `code` and calls it as a subprocess. Thus, `code_connect.py` can ne be used as an alias for `code`. No need to `activate` anything first.
17+
18+
- Scanning for a valid IPC socket is now done any time `code` is called.
19+
20+
### Fixed
21+
22+
- `code` doesn't use stale IPC sockets anymore.
23+
1024
## [0.1.1] - 2021-02-14
1125

1226
### Fixed
@@ -19,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1933

2034
- Initial release of `code-connect` and the corresponding fish plugin
2135

22-
[unreleased]: https://github.com/chvolkmann/code-connect/compare/v0.1.1...HEAD
36+
[unreleased]: https://github.com/chvolkmann/code-connect/compare/v0.2.0...HEAD
37+
[0.2.0]: https://github.com/chvolkmann/code-connect/compare/v0.1.1...v0.2.0
2338
[0.1.1]: https://github.com/chvolkmann/code-connect/compare/v0.1.0...v0.1.1
2439
[0.1.0]: https://github.com/chvolkmann/code-connect/releases/tag/v0.1.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.2.0

0 commit comments

Comments
 (0)