Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 18, 2024
1 parent 95c6877 commit 0ff23ea
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exclude = [
]

[workspace.package]
version = "0.3.0"
version = "0.4.0"
authors = ["Iuvo AI, Inc.", "Grit Contributors"]
description = "GritQL is a query language for searching, linting, and modifying code."
repository = "https://github.com/getgrit/gritql/"
Expand Down
30 changes: 30 additions & 0 deletions crates/grit-pattern-matcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.0](https://github.com/getgrit/gritql/compare/grit-pattern-matcher-v0.3.0...grit-pattern-matcher-v0.4.0) - 2024-09-18

### Added

- add a callback pattern ([#476](https://github.com/getgrit/gritql/pull/476))
- expose insert_effect API ([#475](https://github.com/getgrit/gritql/pull/475))
- search for built-ins inside functions ([#430](https://github.com/getgrit/gritql/pull/430))
- skip warning for searches ([#428](https://github.com/getgrit/gritql/pull/428))
- add some more utils for napi ([#405](https://github.com/getgrit/gritql/pull/405))

### Fixed

- simplify the lazy approach ([#483](https://github.com/getgrit/gritql/pull/483))
- remove min_level spread throughout the codebase ([#451](https://github.com/getgrit/gritql/pull/451))
- include universal patterns in bindings ([#431](https://github.com/getgrit/gritql/pull/431))

### Other

- searching for new patterns inside callback function ([#481](https://github.com/getgrit/gritql/pull/481))
- install workflow-runner via axo ([#461](https://github.com/getgrit/gritql/pull/461))
- refactor grit error ([#457](https://github.com/getgrit/gritql/pull/457))
2 changes: 1 addition & 1 deletion crates/grit-pattern-matcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust.unused_crate_dependencies = "warn"
[dependencies]
elsa = { version = "1.9.0" }
getrandom = { version = "0.2.11", optional = true }
grit-util = { path = "../grit-util", version = "0.3.0" }
grit-util = { path = "../grit-util", version = "0.4.0" }
im = { version = "15.1.0" }
itertools = { version = "0.10.5" }
rand = { version = "0.8.5" }
Expand Down
19 changes: 19 additions & 0 deletions crates/grit-util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.0](https://github.com/getgrit/gritql/compare/grit-util-v0.3.0...grit-util-v0.4.0) - 2024-09-18

### Added

- add some more utils for napi ([#405](https://github.com/getgrit/gritql/pull/405))
- include content in match results ([#391](https://github.com/getgrit/gritql/pull/391))

### Other

- refactor grit error ([#457](https://github.com/getgrit/gritql/pull/457))
Binary file not shown.
Binary file not shown.

0 comments on commit 0ff23ea

Please sign in to comment.