From f03c68780818c33bc25d03bfb3da50655d3dbc4b Mon Sep 17 00:00:00 2001 From: Paul T Date: Mon, 8 Jul 2024 23:46:47 -0400 Subject: [PATCH 1/4] chore: bump version --- typst.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typst.toml b/typst.toml index 7aa43b7..904d46c 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "modern-cv" -version = "0.3.1" +version = "0.4.0" compiler = "0.11.0" entrypoint = "lib.typ" authors = ["Paul Tsouchlos "] From fc3347ae75b44e04c452784dc1b283f16a99ad9c Mon Sep 17 00:00:00 2001 From: Paul T Date: Tue, 9 Jul 2024 17:02:58 -0400 Subject: [PATCH 2/4] chore: use new version in templates --- template/coverletter.typ | 2 +- template/coverletter2.typ | 2 +- template/resume.typ | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/template/coverletter.typ b/template/coverletter.typ index 6703326..cb187af 100644 --- a/template/coverletter.typ +++ b/template/coverletter.typ @@ -1,4 +1,4 @@ -#import "@preview/modern-cv:0.3.1": * +#import "@preview/modern-cv:0.4.0": * #show: coverletter.with( author: ( diff --git a/template/coverletter2.typ b/template/coverletter2.typ index 31a0ea3..4354597 100644 --- a/template/coverletter2.typ +++ b/template/coverletter2.typ @@ -1,4 +1,4 @@ -#import "@preview/modern-cv:0.3.1": * +#import "@preview/modern-cv:0.4.0": * #show: coverletter.with( author: ( diff --git a/template/resume.typ b/template/resume.typ index 2b5661c..07c69f9 100644 --- a/template/resume.typ +++ b/template/resume.typ @@ -1,4 +1,4 @@ -#import "@preview/modern-cv:0.3.1": * +#import "@preview/modern-cv:0.4.0": * #show: resume.with( author: ( From 9cc5a62a508aaa37d125a2f6a17eeed78659609e Mon Sep 17 00:00:00 2001 From: Paul T Date: Tue, 9 Jul 2024 17:07:33 -0400 Subject: [PATCH 3/4] ci: run ci on pull requests --- .github/workflows/build-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index fce725f..9193e47 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -1,5 +1,5 @@ name: Build documentation -on: [push, workflow_dispatch] +on: [push, workflow_dispatch, pull_request] jobs: build_pdf: runs-on: ubuntu-latest From 7571cffd8b94e39e70b362cf7315a8d9823b98e2 Mon Sep 17 00:00:00 2001 From: Paul T Date: Tue, 9 Jul 2024 17:08:41 -0400 Subject: [PATCH 4/4] Revert "ci: run ci on pull requests" This reverts commit 9cc5a62a508aaa37d125a2f6a17eeed78659609e. --- .github/workflows/build-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index 9193e47..fce725f 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -1,5 +1,5 @@ name: Build documentation -on: [push, workflow_dispatch, pull_request] +on: [push, workflow_dispatch] jobs: build_pdf: runs-on: ubuntu-latest