Skip to content

Commit 7fdfc4e

Browse files
committed
0.2.7 bump
1 parent fc7328d commit 7fdfc4e

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

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

3+
## [v0.2.7](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.2.7)
4+
5+
Embarassing version bump
6+
37
## [v0.2.6](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.2.6)
48

59
Bump typst version to 0.13.0 and above
610

7-
## [v0.2.5](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.2.6)
11+
## [v0.2.5](hhttps://github.com/stuxf/basic-typst-resume-template/releases/tags/v0.2.5)
812

913
Bump scienceicon dep to fix #21
1014

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.6</div>
3+
<div align="center">Version 0.2.7</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.6": *
16+
#import "@preview/basic-resume:0.2.7": *
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.6": *
1+
#import "@preview/basic-resume:0.2.7": *
22

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

typst.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "basic-resume"
5-
version = "0.2.5"
5+
version = "0.2.7"
66
entrypoint = "src/lib.typ"
77
authors = ["Stephen Xu <https://stuxf.dev>"]
88
license = "Unlicense"

0 commit comments

Comments
 (0)