Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#191)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 26, 2023
1 parent f7d8a86 commit 26ccf59
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.18"
".": "2.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/mcaulifn/solcast/compare/v1.0.18...v2.0.0) (2023-10-26)


### ⚠ BREAKING CHANGES

* **runtime:** Remove support for Python 3.8 ([#190](https://github.com/mcaulifn/solcast/issues/190))

### Features

* **runtime:** Remove support for Python 3.8 ([#190](https://github.com/mcaulifn/solcast/issues/190)) ([f7d8a86](https://github.com/mcaulifn/solcast/commit/f7d8a86246076abe5314fc97c292025576a33783))

## [1.0.18](https://github.com/mcaulifn/solcast/compare/v1.0.17...v1.0.18) (2023-10-26)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysolcast"
version = "1.0.18"
version = "2.0.0"
description = ""
authors = ["Nathaniel McAuliffe <[email protected]>"]
readme = "README.rst"
Expand Down

0 comments on commit 26ccf59

Please sign in to comment.