Skip to content

chore(main): release 0.2.0#7

Merged
chiply merged 1 commit intomainfrom
release-please--branches--main--components--repeatable-lite
Feb 24, 2026
Merged

chore(main): release 0.2.0#7
chiply merged 1 commit intomainfrom
release-please--branches--main--components--repeatable-lite

Conversation

@chiply
Copy link
Owner

@chiply chiply commented Feb 23, 2026

🤖 I have created a release beep boop

0.2.0 (2026-02-24)

⚠ BREAKING CHANGES

  • the ** macro is renamed to repeatable-lite-wrap. Update all keybinding configs: (** fn) -> (repeatable-lite-wrap fn)

Bug Fixes

  • revert to block-style release-please version markers (4eb2a02)
  • update tests to use renamed repeatable-lite-wrap macro (8de5632)

Miscellaneous Chores

  • prepare for MELPA submission (5969aff)

This PR was generated with Release Please. See documentation.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Release PR generated by Release Please to publish repeatable-lite v0.2.0, updating the package version metadata and changelog to reflect the new release (including a breaking change note about the macro rename).

Changes:

  • Bump package version to 0.2.0 in the Emacs package header and Eask manifest.
  • Add a 0.2.0 section to CHANGELOG.md (including breaking change notes).
  • Update Release Please manifest to 0.2.0.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
repeatable-lite.el Updates the package header version to 0.2.0.
Eask Updates the package version in the Eask package declaration.
CHANGELOG.md Adds 0.2.0 release notes including breaking change text.
.release-please-manifest.json Updates tracked release version to 0.2.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


### ⚠ BREAKING CHANGES

* the ** macro is renamed to repeatable-lite-wrap. Update all keybinding configs: (** fn) -> (repeatable-lite-wrap fn)
Copy link

Copilot AI Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changelog bullet uses the literal ** macro name without code formatting; in Markdown ** is parsed as bold markers, so the macro name and example may render incorrectly. Wrap the macro names and the example forms in inline code (backticks) so the breaking-change instructions are readable.

Suggested change
* the ** macro is renamed to repeatable-lite-wrap. Update all keybinding configs: (** fn) -> (repeatable-lite-wrap fn)
* the `**` macro is renamed to `repeatable-lite-wrap`. Update all keybinding configs: `(** fn)` -> `(repeatable-lite-wrap fn)`

Copilot uses AI. Check for mistakes.

### ⚠ BREAKING CHANGES

* the ** macro is renamed to repeatable-lite-wrap. Update all keybinding configs: (** fn) -> (repeatable-lite-wrap fn)
Copy link

Copilot AI Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog says the ** macro was renamed, but the repository still contains uses of (** ...) (e.g., in README.md and test/repeatable-lite-test.el), and repeatable-lite.el does not appear to define an ** alias. This will break tests and user-facing docs unless those references are updated (or a compatibility alias is kept for one release).

Suggested change
* the ** macro is renamed to repeatable-lite-wrap. Update all keybinding configs: (** fn) -> (repeatable-lite-wrap fn)
* the macro previously named `**` has been renamed to `repeatable-lite-wrap`. Update all keybinding configs to call `repeatable-lite-wrap` instead of `**`.

Copilot uses AI. Check for mistakes.
@chiply chiply force-pushed the release-please--branches--main--components--repeatable-lite branch from b3b40f8 to 8f4fbb1 Compare February 24, 2026 00:31
@chiply chiply force-pushed the release-please--branches--main--components--repeatable-lite branch from 8f4fbb1 to 3705b5d Compare February 24, 2026 00:35
@chiply chiply merged commit 5673381 into main Feb 24, 2026
7 checks passed
@chiply
Copy link
Owner Author

chiply commented Feb 24, 2026

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants