Skip to content

Commit fc7328d

Browse files
committed
v bump
1 parent cee7369 commit fc7328d

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Basic Resume Changelog
22

3-
## [v0.2.5](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.2.4)
3+
## [v0.2.6](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.2.6)
4+
5+
Bump typst version to 0.13.0 and above
6+
7+
## [v0.2.5](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.2.6)
48

59
Bump scienceicon dep to fix #21
610

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basic Resume
22

3-
<div align="center">Version 0.2.5</div>
3+
<div align="center">Version 0.2.6</div>
44

55
This is a template for a simple resume. It is intended to be used as a good starting point for quickly crafting a standard resume that will properly be parsed by ATS systems. Inspiration is taken from [Jake's Resume](https://github.com/jakegut/resume) and [guided-resume-starter-cgc](https://typst.app/universe/package/guided-resume-starter-cgc/). I'm currently a college student and was unable to find a Typst resume template that fit my needs, so I wrote my own. I hope this template can be useful to others as well.
66

@@ -13,7 +13,7 @@ This is a template for a simple resume. It is intended to be used as a good star
1313
A barebones resume looks like this, which you can use to get started.
1414

1515
```typst
16-
#import "@preview/basic-resume:0.2.5": *
16+
#import "@preview/basic-resume:0.2.6": *
1717
1818
// Put your personal information here, replacing mine
1919
#let name = "Stephen Xu"

template/main.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "@preview/basic-resume:0.2.5": *
1+
#import "@preview/basic-resume:0.2.6": *
22

33
// Put your personal information here, replacing mine
44
#let name = "Stephen Xu"

0 commit comments

Comments
 (0)