Skip to content

Commit 89ece48

Browse files
committed
chore(release): 1.21.0
1 parent 6529bb2 commit 89ece48

File tree

4 files changed

+13
-83
lines changed

4 files changed

+13
-83
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
<a id='changelog-1.21.0'></a>
4+
5+
## 1.21.0 — 2025-04-29
6+
7+
### Added
8+
9+
- Add extra information to scan results: detector name, detector group name, and documentation URL.
10+
11+
### Fixed
12+
13+
- Add missing scopes to the TokenScope Enum.
14+
315
<a id='changelog-1.20.0'></a>
416

517
## 1.20.0 — 2025-02-25

changelog.d/20250416_142945_salome.voltz_scrt_5438_ggshield_for_each_detected_secret_add_a_link_towards_our.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

changelog.d/20250425_135326_salome.voltz.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

pygitguardian/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .client import ContentTooLarge, GGClient, GGClientCallbacks
44

55

6-
__version__ = "1.20.0"
6+
__version__ = "1.21.0"
77
GGClient._version = __version__
88

99
__all__ = ["GGClient", "GGClientCallbacks", "ContentTooLarge"]

0 commit comments

Comments
 (0)