Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release srgn 0.13.0 #72

Merged
merged 1 commit into from
Aug 18, 2024

Conversation

alexpovel-ci-machine[bot]
Copy link
Contributor

@alexpovel-ci-machine alexpovel-ci-machine bot commented Mar 25, 2024

🤖 I have created a release beep boop

0.13.0 (2024-08-18)

⚠ BREAKING CHANGES

  • grep-like, recursive search mode
  • Update tree-sitter & bindings
  • Adjust IGNORE pattern
  • Variables for replacement action
  • Ranges

Features

  • grep-like, recursive search mode (d55b28f)
  • Ranges (bd8b0bc)
  • c#: Scope class definitions (f65137d)
  • c#: Scope enum definitions (31dc2cb)
  • c#: Scope interface definitions (338b5f4)
  • c#: Scope struct definitions (5b53286)
  • c#: Scope attribute names (c3fe051)
  • c#: Scope constructor definitions (d8b5e7a)
  • c#: Scope destructor definitions (6f9677b)
  • c#: Scope field definitions (3f2d919)
  • c#: Scope identifier names (0267196)
  • c#: Scope method definitions (5b530a1)
  • c#: Scope property definitions (769ffef)
  • c#: Scope variable declarations (09879ea)
  • cli: -j aka --join-language-scopes flag (2c1b9e8)
  • go: Ignore file paths containing vendor (0be56d0)
  • go: Scope (any) type definitions (bf2e90c)
  • go: Scope const assignments/specifications (61232b9)
  • go: Scope defer blocks (76a91b8)
  • go: Scope func init() definitions (106c4a6)
  • go: Scope func definitions (all, free, methods) (707e95a)
  • go: Scope go blocks (c38c5c3)
  • go: Scope goto statements (4133575)
  • go: Scope select blocks (ddbf9d9)
  • go: Scope struct and interface type definitions (392330f)
  • go: Scope switch blocks (61f5e08)
  • go: Scope type aliases (a1d707a)
  • go: Scope var assignments/specifications (367191d)
  • go: Scope labeled statements (308e28f)
  • go: Scope type aka generic parameters (891aa11)
  • HCL (HashiCorp Configuration Language) (814a592)
  • hcl: Scope data blocks (dc38287)
  • hcl: Scope locals blocks (c22c475)
  • hcl: Scope module blocks (84965ed)
  • hcl: Scope output blocks (9627961)
  • hcl: Scope provider blocks (a77e603)
  • hcl: Scope resource blocks (963d9a4)
  • hcl: Scope terraform blocks (a60a754)
  • hcl: Scope variable blocks (6b8dcdc)
  • language-scoping: Specify multiple language scopes (ce0db6f), closes #104
  • python: Scope lambdas (94894c0)
  • python: Scope try blocks (107d87f)
  • python: Scope with blocks (b0f9825)
  • python: Scope async function definitions (async def) (4debfff)
  • python: Scope classmethods ([@classmethod](https://github.com/classmethod) def inside class) (4779d69)
  • python: Scope function definitions (def) (10ef4d5)
  • python: Scope global aka module-level variable (assignments) (fc5c027)
  • python: Scope methods (def inside class) (e151d9a)
  • python: Scope staticmethods ([@staticmethod](https://github.com/staticmethod) def inside class) (8f53aa5)
  • python: Scope type hints (5dc106f)
  • python: Scope variable names (from their assignment) (0fb549c)
  • rust: Scope "private" (non-pub) function, struct, enum definitions (fab1bc3)
  • rust: Scope "test" functions (functions with any attribute containing test) (1c264fb)
  • rust: Scope {,pub({crate,self,super})} enum definitions (019bacb)
  • rust: Scope {,pub({crate,self,super})} struct definitions (8c922bf)
  • rust: Scope impl blocks (f96d0dd)
  • rust: Scope impl blocks for types and traits specifically (d51290c)
  • rust: Scope pub({crate,self,super}) function definitions (0e90ed5)
  • rust: Scope pub function definitions (2ebcd15)
  • rust: Scope trait definitions (7a1ad3d)
  • rust: Scope attributes (b9c03a3)
  • rust: Scope closure definitions (83473c3)
  • rust: Scope contents of mod tests blocks (fc0a9db)
  • rust: Scope contents of mod blocks (08278bc)
  • rust: Scope function definitions (c2dd0c3)
  • rust: Scope function definitions marked async (156f34c)
  • rust: Scope function definitions marked const (0cd4ac4)
  • rust: Scope function definitions marked extern (fd08b7d)
  • rust: Scope function definitions marked unsafe (c54fe4d)
  • rust: Scope functions inside impl blocks (e9c3c16)
  • rust: Scope identifiers (007f0be)
  • rust: Scope individual variants of enums (07f4eb9)
  • rust: Scope type definitions (struct, enum, union) (33fc03b)
  • rust: Scope type identifiers (4caefdb)
  • typescript: Scope class definitions (f5c3b6f)
  • typescript: Scope constructor method definitions (afafbbf)
  • typescript: Scope enum definitions (91afb9f)
  • typescript: Scope export blocks (bb73080)
  • typescript: Scope function definitions (async, sync, or both) (3edc8f0)
  • typescript: Scope interface definitions (05f3257)
  • typescript: Scope let, const, var variable declarations (9bd04d8)
  • typescript: Scope namespace blocks (aeb5d41)
  • typescript: Scope try/catch/finally blocks (4c19dd9)
  • typescript: Scope type alias declarations (ba3c726)
  • typescript: Scope method definitions (f5ddc52)
  • typescript: Scope type parameters (449d12e)
  • typescript: Scope variable declarations (5be5abc)
  • Variables for replacement action (7f6cfcb)

Bug Fixes

  • fail-any, fail-none and fail-empty-glob flags (9673678)
  • cli: Exit gracefully on broken pipe in search mode (d47b901)
  • go: String scoping no longer scopes parts of imports/field decl. (f4796c0)
  • hcl: Check blocks for exact identifier equality (1f26d56)
  • hcl: Exclude count metavariable from {resource,data}-names (6ff7a05)
  • hcl: Scopes exclude quotes (df30f9e)
  • language-scoping: Construct TSQuery only once (084df95), closes #76
  • logging: Logs display timestamps again (70ffd1c)
  • python: Scoping docstrings and strings no longer includes quotes (2a743c8)
  • rust: uses scope only scopes things actually behind a use (ea1a734)
  • rust: uses scopes to its entire argument (0ca45a1)
  • rust: doc comments match //!-style (a910e82)
  • rust: Scoping strings no longer includes quotes (8fb5da8)
  • typescript: Scoping strings no longer includes quotes (f1626d7)

Miscellaneous Chores

  • Adjust IGNORE pattern (96d4d4c)
  • Update tree-sitter & bindings (5debd0e)

This PR was generated with Release Please. See documentation.

@alexpovel-ci-machine alexpovel-ci-machine bot force-pushed the release-please--branches--main--components--srgn branch from b4b0465 to ad234f2 Compare March 25, 2024 08:26
@codecov-commenter
Copy link

codecov-commenter commented Mar 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.81%. Comparing base (d47b901) to head (e097104).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #72   +/-   ##
=======================================
  Coverage   86.81%   86.81%           
=======================================
  Files          31       31           
  Lines        1941     1941           
=======================================
  Hits         1685     1685           
  Misses        256      256           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alexpovel-ci-machine alexpovel-ci-machine bot force-pushed the release-please--branches--main--components--srgn branch 2 times, most recently from f84ca51 to bd9e486 Compare April 2, 2024 20:50
@alexpovel-ci-machine alexpovel-ci-machine bot force-pushed the release-please--branches--main--components--srgn branch 3 times, most recently from 21111e4 to 519eb8a Compare June 5, 2024 15:25
@alexpovel-ci-machine alexpovel-ci-machine bot force-pushed the release-please--branches--main--components--srgn branch 2 times, most recently from 7cba9d1 to 0866e22 Compare June 8, 2024 18:16
@alexpovel
Copy link
Owner

There's a git dependency in Cargo.toml on main:

tree-sitter-hcl = { git = "https://github.com/alexpovel/tree-sitter-hcl.git" }

so cannot merge this PR aka publish to crates.io yet.

@alexpovel-ci-machine alexpovel-ci-machine bot force-pushed the release-please--branches--main--components--srgn branch from 0866e22 to a08420f Compare June 9, 2024 09:37
@alexpovel-ci-machine alexpovel-ci-machine bot force-pushed the release-please--branches--main--components--srgn branch 2 times, most recently from 7da1b8d to d155a78 Compare June 24, 2024 20:07
Copy link
Owner

@alexpovel alexpovel left a comment

Choose a reason for hiding this comment

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

Blocked, see #72 (comment)

@alexpovel-ci-machine alexpovel-ci-machine bot force-pushed the release-please--branches--main--components--srgn branch 2 times, most recently from 5a0f146 to 8a83da3 Compare July 6, 2024 18:44
@alexpovel-ci-machine alexpovel-ci-machine bot force-pushed the release-please--branches--main--components--srgn branch 3 times, most recently from 739aa53 to d814781 Compare July 14, 2024 12:22
@alexpovel alexpovel linked an issue Jul 16, 2024 that may be closed by this pull request
@alexpovel-ci-machine alexpovel-ci-machine bot force-pushed the release-please--branches--main--components--srgn branch from d814781 to 2e915f2 Compare July 16, 2024 19:16
@alexpovel alexpovel linked an issue Jul 17, 2024 that may be closed by this pull request
@alexpovel-ci-machine alexpovel-ci-machine bot force-pushed the release-please--branches--main--components--srgn branch 5 times, most recently from 2f56af0 to ae05643 Compare July 21, 2024 18:01
@alexpovel-ci-machine alexpovel-ci-machine bot force-pushed the release-please--branches--main--components--srgn branch 9 times, most recently from 1a38f9f to ee79550 Compare July 30, 2024 17:34
@alexpovel-ci-machine alexpovel-ci-machine bot force-pushed the release-please--branches--main--components--srgn branch 4 times, most recently from eeb4079 to 1b3ee1f Compare August 4, 2024 11:58
@alexpovel-ci-machine alexpovel-ci-machine bot force-pushed the release-please--branches--main--components--srgn branch 9 times, most recently from e61c419 to 7ff6367 Compare August 17, 2024 15:18
Copy link
Owner

@alexpovel alexpovel left a comment

Choose a reason for hiding this comment

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

Unblocked. #95 is merged and cargo publish should now work

@alexpovel-ci-machine alexpovel-ci-machine bot force-pushed the release-please--branches--main--components--srgn branch from 7ff6367 to a86d9c0 Compare August 18, 2024 12:23
@alexpovel-ci-machine alexpovel-ci-machine bot force-pushed the release-please--branches--main--components--srgn branch from a86d9c0 to e097104 Compare August 18, 2024 12:50
@alexpovel alexpovel merged commit b3fb9fa into main Aug 18, 2024
17 checks passed
Copy link
Contributor Author

🤖 Created releases:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants