Merge pull request #6 from jimeh/release-please--branches--main

This commit is contained in:
2023-06-13 00:47:09 +01:00
committed by GitHub
3 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}

View File

@@ -1,5 +1,16 @@
# Changelog
## [0.3.0](https://github.com/jimeh/yank-indent/compare/v0.2.0...v0.3.0) (2023-06-12)
### ⚠ BREAKING CHANGES
* **setup:** Removed yank-indent-setup and yank-indent-teardown functions.
### Bug Fixes
* **setup:** simplify package/load setup by not using a global advice ([b047e91](https://github.com/jimeh/yank-indent/commit/b047e91b9235308f76a94dacdf40f160bee6758e))
## [0.2.0](https://github.com/jimeh/yank-indent/compare/v0.1.1...v0.2.0) (2023-04-25)

View File

@@ -5,7 +5,7 @@
;; Keywords: convenience, yank, indent
;; Package-Requires: ((emacs "25.1"))
;; x-release-please-start-version
;; Version: 0.2.0
;; Version: 0.3.0
;; x-release-please-end
;; This file is not part of GNU Emacs.