Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Release: 0.2.1#1817538
Browse files Browse the repository at this point in the history
  • Loading branch information
astrale-sharp committed Aug 31, 2023
1 parent 1817538 commit 8afb675
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Latest

- adds conditional formatting
# Release 0.2.1#1817538
- adds conditional formatting, nested if else etc
- fix a bug where push_raw_indent was trimming lines
- improve behavior of formatting arguments in a breaking manner
- Some cleanups, nitpicks etc.

# Release 0.2.0

Features:
Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ members = ["lib"]
resolver = "2"

[workspace.package]
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Astrale <ash4567@outlook.fr>"]
rust-version = "1.56"
description = "A soon to be formatter for the typst lang"
description = "A formatter for Typst-lang with a future!"
readme = "README.md"
repository = "https://github.com/astrale-sharp/typstfmt"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::{
use lexopt::prelude::*;
use typstfmt_lib::{format, Config};

const VERSION: &str = "0.2.0#578fabc";
const VERSION: &str = "0.2.1#1817538";
const CONFIG_PATH: &str = "typstfmt-config.toml";
const HELP: &str = r#"Format Typst code
Expand Down

0 comments on commit 8afb675

Please sign in to comment.