Skip to content

Commit 34d0ac2

Browse files
committed
chore: Bump to 0.2.1
1 parent b8ad742 commit 34d0ac2

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.1] - 2021-02-15
11+
12+
- Integrates #3
13+
14+
### Changed
15+
16+
- Created a `functions` folder and put `code_connect.py` into it. This lets [fisher](https://github.com/jorgebucaran/fisher#creating-a-plugin) discover it and copy it when installing. `code.fish` provides the alias.
17+
1018
## [0.2.0] - 2021-02-15
1119

20+
- Integrates #2
21+
1222
### Changed
1323

1424
- `source` was used to make `code` available through `code_connect.py`, which only output a shell string.
@@ -23,17 +33,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2333

2434
## [0.1.1] - 2021-02-14
2535

36+
- Integrates #1
37+
2638
### Fixed
2739

28-
- Now raises an error when the `socat` binary cannot be found ([#1](https://github.com/chvolkmann/code-connect/pull/1))
40+
- Now raises an error when the `socat` binary cannot be found (#1)
2941

3042
## [0.1.0] - 2021-02-13
3143

3244
### Added
3345

3446
- Initial release of `code-connect` and the corresponding fish plugin
3547

36-
[unreleased]: https://github.com/chvolkmann/code-connect/compare/v0.2.0...HEAD
48+
[unreleased]: https://github.com/chvolkmann/code-connect/compare/v0.2.1...HEAD
49+
[0.2.1]: https://github.com/chvolkmann/code-connect/compare/v0.2.0...v0.2.1
3750
[0.2.0]: https://github.com/chvolkmann/code-connect/compare/v0.1.1...v0.2.0
3851
[0.1.1]: https://github.com/chvolkmann/code-connect/compare/v0.1.0...v0.1.1
3952
[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.2.0
1+
0.2.1

0 commit comments

Comments
 (0)