diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0c563fd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# 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). + +## [Unreleased] + +## [0.1.0] - 2021-02-13 + +### Added + +- Initial release of `code-connect` and the corresponding fish plugin + +[unreleased]: https://github.com/chvolkmann/code-connect/compare/latest...HEAD +[0.1.0]: https://github.com/chvolkmann/code-connect/releases/tag/v0.1.0 diff --git a/README.md b/README.md index 30e6e19..374ab97 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,10 @@ alias code="/home/user/.vscode-server/bin/622cb03f7e070a9670c94bae1a45d78d7181fb `code-connect` is an alias sourcing the output of `code_connect.py` into the current shell session. +## Changelog + +See [CHANGELOG.md](./CHANGELOG.md) + ## Credit - Based on an [answer on StackOverflow](https://stackoverflow.com/a/60949722) by [stabledog](https://stackoverflow.com/users/237059/Stabledog) diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..6c6aa7c --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.1.0 \ No newline at end of file