Skip to content

Commit

Permalink
chore: Bump version to 1.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aryx committed Mar 11, 2024
1 parent db725f4 commit 59a374a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,15 @@

<!-- insertion point -->

## [1.65.0](https://github.com/returntocorp/semgrep/releases/tag/v1.65.0) - 2024-03-11


### Changed


- Removed the extract-mode rules experimental feature. (extract_mode)


## [1.64.0](https://github.com/returntocorp/semgrep/releases/tag/v1.64.0) - 2024-03-07


Expand Down
1 change: 0 additions & 1 deletion changelog.d/extract_mode.changed

This file was deleted.

2 changes: 1 addition & 1 deletion cli/setup.py
Expand Up @@ -131,7 +131,7 @@ def find_executable(env_name, exec_name):

setuptools.setup(
name="semgrep",
version="1.64.0",
version="1.65.0",
author="Semgrep Inc.",
author_email="support@semgrep.com",
description="Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.",
Expand Down
2 changes: 1 addition & 1 deletion cli/src/semgrep/__init__.py
@@ -1 +1 @@
__VERSION__ = "1.64.0"
__VERSION__ = "1.65.0"
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name="semgrep_pre_commit_package",
version="1.64.0",
install_requires=["semgrep==1.64.0"],
version="1.65.0",
install_requires=["semgrep==1.65.0"],
packages=[],
)
2 changes: 1 addition & 1 deletion src/core/Version.ml
Expand Up @@ -3,4 +3,4 @@
Automatically modified by scripts/release/bump.
*)
let version = "1.64.0"
let version = "1.65.0"

0 comments on commit 59a374a

Please sign in to comment.