Skip to content

Commit 5c46351

Browse files
chore(release): 2.0.0
1 parent de62501 commit 5c46351

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Release Notes
22
---
33

4+
## [2.0.0](https://github.com/thegraphnetwork/epigraphhub_py/compare/1.2.1...2.0.0) (2022-12-16)
5+
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **semantic-release:** add conventionalcommits in release step on ci (#205)
10+
11+
### Features
12+
13+
* **pr-linter:** remove branking change from pr linter ([#203](https://github.com/thegraphnetwork/epigraphhub_py/issues/203)) ([6eeed96](https://github.com/thegraphnetwork/epigraphhub_py/commit/6eeed96c27d6d8b497d1c890c30abbc9c9dcdd17))
14+
15+
16+
### Bug Fixes
17+
18+
* **semantic-release:** add conventionalcommits in release step on ci ([#205](https://github.com/thegraphnetwork/epigraphhub_py/issues/205)) ([de62501](https://github.com/thegraphnetwork/epigraphhub_py/commit/de6250155355955f809559dcf9e1fe3a8eea9ff1))
19+
420
## [1.2.1](https://github.com/thegraphnetwork/epigraphhub_py/compare/1.2.0...1.2.1) (2022-10-10)
521

622

epigraphhub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def get_version() -> str:
99
try:
1010
return importlib_metadata.version(__name__)
1111
except importlib_metadata.PackageNotFoundError: # pragma: no cover
12-
return "1.2.1" # changed by semantic-release
12+
return "2.0.0" # changed by semantic-release
1313

1414

1515
version: str = get_version()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55

66
[tool.poetry]
77
name = "epigraphhub"
8-
version = "1.2.1" # changed by semantic-release
8+
version = "2.0.0" # changed by semantic-release
99
description = "Epigraphhub Python package"
1010
readme = "README.md"
1111
authors = ["thegraphnetwork <[email protected]>"]

0 commit comments

Comments
 (0)