Skip to content

Commit

Permalink
Merge pull request #3 from idanarye/release-please--branches--develop…
Browse files Browse the repository at this point in the history
…--components--nvim-moonicipal

chore(develop): release 0.2.0
  • Loading branch information
idanarye committed Nov 1, 2023
2 parents 9fa5485 + c460043 commit 2a7d35d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.2.0](https://github.com/idanarye/nvim-moonicipal/compare/v0.1.1...v0.2.0) (2023-11-01)


### Features

* Support `moonicipal.fix_echo` in the remaining modes (`'c'`, `'r'` and `'R'`) ([b0d7a2b](https://github.com/idanarye/nvim-moonicipal/commit/b0d7a2bcab35b7aaa10952e6f00ea1be11deb5de))
* Task libraries (`moonicipal.tasks_lib` and `moonicipal.merge_libs`) ([ba42cdb](https://github.com/idanarye/nvim-moonicipal/commit/ba42cdb9b52874843af8541983363d8be6808577))


### Bug Fixes

* Make `moonicipal.tasks_file` also be a table so that it can have methods registered on it ([b36e868](https://github.com/idanarye/nvim-moonicipal/commit/b36e8683a9da5674e160ba1fa67c9dc82c24273e))
* Track tasks to their source file with `:MCedit` and friends ([1eab038](https://github.com/idanarye/nvim-moonicipal/commit/1eab038b7ebeffe522f0eccad0106b84ccb7f9d7))

## [0.1.1](https://github.com/idanarye/nvim-moonicipal/compare/v0.1.0...v0.1.1) (2023-02-09)


Expand Down

0 comments on commit 2a7d35d

Please sign in to comment.