From dd577886cd2b8cf65a3b6d60dd7fa7f4a38e2564 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 18:09:30 +0000 Subject: [PATCH] chore(main): release 0.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- typst.toml | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..816df2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 88d18b9..3f8f82c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/smur89/alta-typst/compare/v0.3.0...v0.3.1) (2026-06-11) + + +### Bug Fixes + +* address typst-package-check feedback for 0.3.0 submission ([#7](https://github.com/smur89/alta-typst/issues/7)) ([9560452](https://github.com/smur89/alta-typst/commit/9560452bb6e0a85e26ae9add6c8f239147ea5fea)) + ## [0.3.0](https://github.com/smur89/alta-typst/compare/v0.2.0...v0.3.0) (2026-06-11) diff --git a/README.md b/README.md index 0385443..5b05169 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ A Typst CV template inspired by LianTze Lim's [AltaCV](https://github.com/liantz Available on [Typst Universe](https://typst.app/universe/package/altacv): ```typst -#import "@preview/altacv:0.3.0": alta // x-release-please-version +#import "@preview/altacv:0.3.1": alta // x-release-please-version ``` ## Quick start ```typst -#import "@preview/altacv:0.3.0": alta // x-release-please-version +#import "@preview/altacv:0.3.1": alta // x-release-please-version #let cv = ( basics: ( @@ -147,7 +147,7 @@ Example (German + rename "Skills" to "Core Technologies"): The template also exports lower-level helpers (`icon`, `name`, `term`, `skill`, `tag`, `divider`, `styled-link`) for callers who want to compose custom layouts: ```typst -#import "@preview/altacv:0.3.0": tag, divider // x-release-please-version +#import "@preview/altacv:0.3.1": tag, divider // x-release-please-version ``` ## Building the example diff --git a/typst.toml b/typst.toml index 28375a8..355d4bf 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "altacv" -version = "0.3.0" +version = "0.3.1" entrypoint = "lib.typ" authors = ["Shane Murphy"] license = "MIT"