Skip to content

Commit

Permalink
Release 0.76.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcqd committed Dec 8, 2021
1 parent e2d6de7 commit bddf674
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## Unreleased

## [0.76.2](https://github.com/returntocorp/semgrep/releases/tag/v0.76.2) - 12-08-2021

### Added
- New language Solidity with experimental support.

Expand Down
2 changes: 1 addition & 1 deletion semgrep/semgrep/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "0.76.1"
__VERSION__ = "0.76.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
setup(
name="semgrep_pre_commit_package",
version="0.0.0",
install_requires=["semgrep==0.76.1"],
install_requires=["semgrep==0.76.2"],
)

0 comments on commit bddf674

Please sign in to comment.