Skip to content

Commit

Permalink
chore(main): release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel-ci-machine[bot] authored and alexpovel committed Oct 23, 2024
1 parent 4983dee commit 6a9f9c1
Show file tree
Hide file tree
Showing 3 changed files with 10 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.1"
".": "1.4.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.4.2](https://github.com/alexpovel/ancv/compare/v1.4.1...v1.4.2) (2024-10-23)


### Bug Fixes

* `remaining` variable possibly unbound ([ea03173](https://github.com/alexpovel/ancv/commit/ea03173d92943797c5d0a16ebdadb993b3ba4c47))
* **project-setup:** Switch from `poetry` to `uv`, bump all dependency versions to latest ([4983dee](https://github.com/alexpovel/ancv/commit/4983dee25ab3d23781ab2b7bd59077e00a9d3e99))

## [1.4.1](https://github.com/alexpovel/ancv/compare/v1.4.0...v1.4.1) (2024-05-01)


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.1"
version = "1.4.2"
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 6a9f9c1

Please sign in to comment.