Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.4.0 #177

Merged
merged 1 commit into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.1"
".": "1.4.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

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


### Features

* Set up devbox ([b1156f6](https://github.com/alexpovel/ancv/commit/b1156f650380079d87f0062aa9d4e6e481ae0225))


### Bug Fixes

* **ci:** Allow release-please to run as full bot account ([2fcafa2](https://github.com/alexpovel/ancv/commit/2fcafa28f5ef8f35930c0c329ebace1bb11cc21b))
* **ci:** Bootstrap release-please ([bd5cb39](https://github.com/alexpovel/ancv/commit/bd5cb39c69b02cbcdb30c0f934309e37aecc219e))
* **ci:** Bootstrap release-please after its v4 release ([926edc6](https://github.com/alexpovel/ancv/commit/926edc645b59d477ae88d2e968a55f11c37fa278))
* **ci:** Package manifest path ([d6c914d](https://github.com/alexpovel/ancv/commit/d6c914d4df8f56856feb1122fcb2ad013dd6fb6c))
* **ci:** Roll back to normal PAT ([5a84fc4](https://github.com/alexpovel/ancv/commit/5a84fc4432e1f53f5dbf077906873e4ac01c13c6))
* **tests:** URL str output changed subtly ([bfc8632](https://github.com/alexpovel/ancv/commit/bfc8632a3648122e1c858a817666beff77e1ffbc))
* Type errors after mypy version bump ([dcc813d](https://github.com/alexpovel/ancv/commit/dcc813d3ad8ab9984e3edfae0eac5cd730ea87a0))
* **typing:** Allow `Any` until `mypy`/`pydantic` play well together again ([22dff21](https://github.com/alexpovel/ancv/commit/22dff2144aff6fb19097c0080d3a5369cea7b15e))


### Documentation

* Suggest a gpt prompt for generating resumes in JSON Resume Schema format ([321c438](https://github.com/alexpovel/ancv/commit/321c438601b1257f6b32e39be726cb0c006297d3))

## [1.3.1](https://github.com/alexpovel/ancv/compare/v1.3.0...v1.3.1) (2023-04-21)


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 = "ancv"
version = "1.3.1"
version = "1.4.0"
description = "Renders your (JSON) resume/CV for online & pretty terminal display"
authors = ["Alex Povel <[email protected]>"]
readme = "README.md"
Expand Down