Skip to content

Bump version to 0.18.0 for release#18

Merged
Hexagon merged 2 commits intomainfrom
copilot/bump-version-and-run-tests
Nov 29, 2025
Merged

Bump version to 0.18.0 for release#18
Hexagon merged 2 commits intomainfrom
copilot/bump-version-and-run-tests

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Nov 29, 2025

Analyzed changes since 0.17.4 to determine appropriate version bump. Minor version bump warranted due to new feature addition.

Changes Since 0.17.4

  • New Feature: Persistent index cache for faster cold starts (enableIndexCache option, enabled by default)
  • Bug Fix: Strict equality operator in key validation (!== instead of !=)
  • Test coverage improvements
  • Documentation updates

Version Bump

  • deno.json: 0.17.4 → 0.18.0
  • docs/src/changelog.md: Added 0.18.0 entry

Minor bump chosen because the index cache adds a new public API option while remaining backwards compatible.

Original prompt

Look into changes since 0.17.4, and consider if revision, minor or major should be bumped. Then bump version and run test to ensure the repo is ready for next release.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Hexagon <419737+Hexagon@users.noreply.github.com>
Copilot AI changed the title [WIP] Update version based on recent changes Bump version to 0.18.0 for release Nov 29, 2025
Copilot AI requested a review from Hexagon November 29, 2025 00:14
@Hexagon
Copy link
Copy Markdown
Member

Hexagon commented Nov 29, 2025

@copilot is changelog and docs updated?

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Nov 29, 2025

@copilot is changelog and docs updated?

Yes, both are updated in commit 113e951:

  • deno.json: version bumped to 0.18.0
  • docs/src/changelog.md: Added 0.18.0 entry with all changes (index cache feature, equality operator fix, test coverage improvements, documentation updates)

@Hexagon Hexagon marked this pull request as ready for review November 29, 2025 00:20
@Hexagon Hexagon merged commit 824940e into main Nov 29, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants