Skip to content

Commit

Permalink
chore(main): release 1.5.0 (#244)
Browse files Browse the repository at this point in the history
Co-authored-by: alexpovel-ci-machine[bot] <147921419+alexpovel-ci-machine[bot]@users.noreply.github.com>
  • Loading branch information
alexpovel-ci-machine[bot] authored Nov 18, 2024
1 parent 8c85580 commit 9a44558
Show file tree
Hide file tree
Showing 3 changed files with 9 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.4.5"
".": "1.5.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.0](https://github.com/alexpovel/ancv/compare/v1.4.5...v1.5.0) (2024-11-18)


### Features

* **web:** Add web server command to serve JSON resume from URL with periodic refresh ([#241](https://github.com/alexpovel/ancv/issues/241)) ([51e1640](https://github.com/alexpovel/ancv/commit/51e1640d4629342ecf279530b5f4400f5c13d0e7))

## [1.4.5](https://github.com/alexpovel/ancv/compare/v1.4.4...v1.4.5) (2024-10-25)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ancv"
version = "1.4.5"
version = "1.5.0"
description = "Renders your (JSON) resume/CV for online & pretty terminal display"
authors = [{ name = "Alex Povel", email = "[email protected]" }]
readme = "README.md"
Expand Down

0 comments on commit 9a44558

Please sign in to comment.