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 May 16, 2024
1 parent 2bbf18e commit 95fe30d
Show file tree
Hide file tree
Showing 5 changed files with 40 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.2.0"
version = "0.3.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
16 changes: 16 additions & 0 deletions crates/grit-pattern-matcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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.3.0](https://github.com/getgrit/gritql/compare/grit-pattern-matcher-v0.2.0...grit-pattern-matcher-v0.3.0) - 2024-05-16

### Added
- implement lazy file loading ([#306](https://github.com/getgrit/gritql/pull/306))

### Other
- expose test_utils ([#325](https://github.com/getgrit/gritql/pull/325))
- update dist config ([#321](https://github.com/getgrit/gritql/pull/321))
2 changes: 1 addition & 1 deletion crates/grit-pattern-matcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rust.unused_crate_dependencies = "warn"
anyhow = { version = "1.0.70" }
elsa = { version = "1.9.0" }
getrandom = { version = "0.2.11", optional = true }
grit-util = { path = "../grit-util", version = "0.2.0" }
grit-util = { path = "../grit-util", version = "0.3.0" }
im = { version = "15.1.0" }
itertools = { version = "0.10.5" }
rand = { version = "0.8.5" }
Expand Down
18 changes: 18 additions & 0 deletions crates/grit-util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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.3.0](https://github.com/getgrit/gritql/compare/grit-util-v0.2.0...grit-util-v0.3.0) - 2024-05-16

### Added
- add cloud workflow connectivity ([#332](https://github.com/getgrit/gritql/pull/332))
- add napi config for diffs and make --only-in-diff operate on root ([#304](https://github.com/getgrit/gritql/pull/304))

### Other
- add some utils for testing ([#322](https://github.com/getgrit/gritql/pull/322))
- update dist config ([#321](https://github.com/getgrit/gritql/pull/321))
- move `alternate_metavariable_kinds` around ([#314](https://github.com/getgrit/gritql/pull/314))

0 comments on commit 95fe30d

Please sign in to comment.