|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -All notable changes to this project will be documented in this file. |
4 | | - |
5 | | -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
6 | | -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
7 | | - |
8 | | -## [Unreleased] |
| 3 | +## [0.5.0] - 2020-10-06 |
9 | 4 |
|
10 | 5 | ### Added |
11 | 6 | - Support for VimR on macOS. |
12 | 7 | - Setting class to define launcher settings. |
13 | 8 | - Unregister Easy Editor before the assembly reloads. |
14 | 9 | - Documentation. |
| 10 | +- Package Publishing to GitHub. |
15 | 11 |
|
16 | 12 | ### Changed |
17 | 13 | - Launchers inherit from abstract class (Launcher) instead of interface (ILauncher). |
@@ -79,12 +75,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
79 | 75 | - Support for MacVim on macOS. |
80 | 76 | - Support for Sublime Text 3 on macOS. |
81 | 77 |
|
82 | | -[Unreleased]: https://github.com/frarees/easyeditor/compare/0.4.3...HEAD |
83 | | -[0.4.3]: https://github.com/frarees/easyeditor/compare/0.4.2...0.4.3 |
84 | | -[0.4.2]: https://github.com/frarees/easyeditor/compare/0.4.1...0.4.2 |
85 | | -[0.4.1]: https://github.com/frarees/easyeditor/compare/0.4.0...0.4.1 |
86 | | -[0.4.0]: https://github.com/frarees/easyeditor/compare/0.3.0...0.4.0 |
87 | | -[0.3.0]: https://github.com/frarees/easyeditor/compare/0.2.0...0.3.0 |
88 | | -[0.2.0]: https://github.com/frarees/easyeditor/compare/0.1.0...0.2.0 |
89 | | -[0.1.0]: https://github.com/frarees/easyeditor/releases/tag/0.1.0 |
| 78 | +[0.5.0]: https://github.com/frarees/easyeditor/compare/v0.4.3...v0.5.0 |
| 79 | +[0.4.3]: https://github.com/frarees/easyeditor/compare/v0.4.2...v0.4.3 |
| 80 | +[0.4.2]: https://github.com/frarees/easyeditor/compare/v0.4.1...v0.4.2 |
| 81 | +[0.4.1]: https://github.com/frarees/easyeditor/compare/v0.4.0...v0.4.1 |
| 82 | +[0.4.0]: https://github.com/frarees/easyeditor/compare/v0.3.0...v0.4.0 |
| 83 | +[0.3.0]: https://github.com/frarees/easyeditor/compare/v0.2.0...v0.3.0 |
| 84 | +[0.2.0]: https://github.com/frarees/easyeditor/compare/v0.1.0...v0.2.0 |
| 85 | +[0.1.0]: https://github.com/frarees/easyeditor/releases/tag/v0.1.0 |
90 | 86 |
|
0 commit comments