From b154ea3bc22a1115c48096541bbccf52ea4ceed1 Mon Sep 17 00:00:00 2001 From: Sematre Date: Fri, 2 Feb 2024 01:48:04 +0100 Subject: [PATCH] Bump version to 2.0.0 --- README.md | 12 ++++++------ docs/documentation.typ | 4 ++-- typst.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d89a0e0..163fdf2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The goal of typst-letter-pro is to simplify the process of creating business let while maintaining a clean and professional appearance. It offers predefined sections for the sender and recipient information, subject, date, header, footer and more. -## [Documentation](https://raw.githubusercontent.com/wiki/Sematre/typst-letter-pro/documentation.pdf) +## [Documentation](https://raw.githubusercontent.com/wiki/Sematre/typst-letter-pro/documentation-v2.0.0.pdf) ## Example Text source: [Musterbrief Widerspruch gegen Einkommensteuerbescheid](https://www.deutschepost.de/de/b/briefvorlagen/beschwerden.html#Einspruch) @@ -21,7 +21,7 @@ Text source: [Musterbrief Widerspruch gegen Einkommensteuerbescheid](https://www ### Code ```typst -#import "@local/letter-pro:1.0.0": letter-simple +#import "@local/letter-pro:2.0.0": letter-simple #set text(lang: "de") @@ -76,20 +76,20 @@ Anja Ahlsen ### Local namespace Download the repository to the local package namespace using Git: ```sh -$ git clone -c advice.detachedHead=false https://github.com/Sematre/typst-letter-pro.git --depth 1 --branch v1.0.0 ~/.local/share/typst/packages/local/letter-pro/1.0.0 +$ git clone -c advice.detachedHead=false https://github.com/Sematre/typst-letter-pro.git --depth 1 --branch v2.0.0 ~/.local/share/typst/packages/local/letter-pro/2.0.0 ``` Then import the package in your document: ```typst -#import "@local/letter-pro:1.0.0": letter-simple +#import "@local/letter-pro:2.0.0": letter-simple ``` ### Manual -Download the ``letter-pro-v1.0.0.typ`` file from the [releases page](https://github.com/Sematre/typst-letter-pro/releases) and place it next to your document file. +Download the ``letter-pro-v2.0.0.typ`` file from the [releases page](https://github.com/Sematre/typst-letter-pro/releases) and place it next to your document file. Then import the package in your document: ```typst -#import "letter-pro-v1.0.0.typ": letter-simple +#import "letter-pro-v2.0.0.typ": letter-simple ``` ## Contributing diff --git a/docs/documentation.typ b/docs/documentation.typ index 54af3d1..fd9f6c4 100644 --- a/docs/documentation.typ +++ b/docs/documentation.typ @@ -5,7 +5,7 @@ hyphenate: false, ) -#let project-version = "1.0.0" +#let project-version = "2.0.0" #let project-authors = "Sematre" #set document( @@ -114,7 +114,7 @@ The goal of typst-letter-pro is to simplify the process of creating business let = Quickstart ```typ -#import "@local/letter-pro:1.0.0": letter-simple +#import "@local/letter-pro:2.0.0": letter-simple #set text(lang: "de") diff --git a/typst.toml b/typst.toml index cf6a79b..7b1d61d 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "letter-pro" -version = "1.0.0" +version = "2.0.0" entrypoint = "src/lib.typ" authors = ["Sematre"] license = "MIT"