Skip to content

Commit

Permalink
release: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu committed Jan 3, 2024
1 parent fddae4a commit e2c9cc8
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file.

## [v0.3.0](https://github.com/eonu/feud/releases/tag/v0.3.0) - 2024-01-03

### Bug Fixes

- check `__main__` first for module discovery ([#131](https://github.com/eonu/feud/issues/131))
- fix `click` & `pydantic` min. versions + fix `feud.typing` versions ([#133](https://github.com/eonu/feud/issues/133))
- define `__all__` for `feud.typing` module ([#134](https://github.com/eonu/feud/issues/134))

### Documentation

- remove click admonition from `README.md` ([#129](https://github.com/eonu/feud/issues/129))
- remove headings from projects table ([#137](https://github.com/eonu/feud/issues/137))

### Features

- define `feud.click.is_rich` for checking `rich-click` install ([#132](https://github.com/eonu/feud/issues/132))
- add command and option sections ([#136](https://github.com/eonu/feud/issues/136))

## [v0.2.0](https://github.com/eonu/feud/releases/tag/v0.2.0) - 2023-12-27

### Features
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
project = "feud"
copyright = "2023-2025, Feud Developers" # noqa: A001
author = "Edwin Onuonga (eonu)"
release = "0.2.0"
release = "0.3.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion feud/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

__all__ = ["VERSION", "version_info"]

VERSION = "0.2.0"
VERSION = "0.3.0"


def version_info() -> str:
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 = "feud"
version = "0.2.0"
version = "0.3.0"
license = "MIT"
authors = ["Edwin Onuonga <[email protected]>"]
maintainers = ["Edwin Onuonga <[email protected]>"]
Expand Down

0 comments on commit e2c9cc8

Please sign in to comment.