Skip to content

Commit

Permalink
Release version 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Pereira de Vasconcelos <[email protected]>
  • Loading branch information
tpvasconcelos committed Dec 5, 2024
1 parent 1691dd5 commit 0416045
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1
current_version = 0.3.0
commit = True
commit_args = -s
message = Release version {new_version}
Expand Down
7 changes: 7 additions & 0 deletions docs/reference/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ This document outlines the list of changes to ridgeplot between each release. Fo
Unreleased changes
------------------

- ...

---

0.3.0
------

### Features

- Add support for histogram and bar traces ({gh-pr}`287`)
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import pytest

V_EXPECTED = "0.2.1"
V_EXPECTED = "0.3.0"


def get_number(v_component: str) -> int:
Expand Down

0 comments on commit 0416045

Please sign in to comment.