Skip to content

Commit 26ccf59

Browse files
chore(main): release 2.0.0 (#191)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f7d8a86 commit 26ccf59

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.18"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/mcaulifn/solcast/compare/v1.0.18...v2.0.0) (2023-10-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **runtime:** Remove support for Python 3.8 ([#190](https://github.com/mcaulifn/solcast/issues/190))
9+
10+
### Features
11+
12+
* **runtime:** Remove support for Python 3.8 ([#190](https://github.com/mcaulifn/solcast/issues/190)) ([f7d8a86](https://github.com/mcaulifn/solcast/commit/f7d8a86246076abe5314fc97c292025576a33783))
13+
314
## [1.0.18](https://github.com/mcaulifn/solcast/compare/v1.0.17...v1.0.18) (2023-10-26)
415

516

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pysolcast"
3-
version = "1.0.18"
3+
version = "2.0.0"
44
description = ""
55
authors = ["Nathaniel McAuliffe <[email protected]>"]
66
readme = "README.rst"

0 commit comments

Comments
 (0)