Skip to content

Commit

Permalink
chore: prepare v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Jun 26, 2024
1 parent 2067258 commit bfadba9
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](/~https://github.com/CookPete/auto-changelog).

#### [v0.2.0](/~https://github.com/hougesen/mdsf/compare/v0.1.2...v0.2.0)

- build(deps): serde_json to 1.0.118 by @hougesen in /~https://github.com/hougesen/mdsf/pull/326
- chore: add default formatter for kotlin by @hougesen in /~https://github.com/hougesen/mdsf/pull/327
- build(deps): bump json_serde to 1.0.118 by @hougesen in /~https://github.com/hougesen/mdsf/pull/328
- feat: add line between stderr output by @hougesen in /~https://github.com/hougesen/mdsf/pull/329
- feat: add support for multithreading by @hougesen in /~https://github.com/hougesen/mdsf/pull/330
- refactor: remove to_string from format_multiple by @hougesen in /~https://github.com/hougesen/mdsf/pull/331
- docs: command help by @hougesen in /~https://github.com/hougesen/mdsf/pull/332
- refactor: move tempdir to current directory by @hougesen in /~https://github.com/hougesen/mdsf/pull/333
- feat: add --cache argument by @hougesen in /~https://github.com/hougesen/mdsf/pull/335
- docs: add base command usage by @hougesen in /~https://github.com/hougesen/mdsf/pull/336

#### [v0.1.2](/~https://github.com/hougesen/mdsf/compare/v0.1.1...v0.1.2)

> 20 June 2024
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdsf"
version = "0.1.3"
version = "0.2.0"
edition = "2021"
description = "Format markdown code snippets using your favorite code formatters"
authors = ["Mads Hougesen <mads@mhouge.dk>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Format markdown code snippets using your favorite code formatters.
<!-- START_SECTION:base-command-help -->

```
mdsf 0.1.3
mdsf 0.2.0
Format markdown code snippets using your favorite code formatters
Mads Hougesen <mads@mhouge.dk>
Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.lock

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

2 changes: 1 addition & 1 deletion mdsf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/hougesen/mdsf/main/schemas/v0.1.3/mdsf.schema.json",
"$schema": "https://raw.githubusercontent.com/hougesen/mdsf/main/schemas/v0.2.0/mdsf.schema.json",
"custom_file_extensions": {},
"format_finished_document": false,
"javascript_runtime": "node",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "object",
"properties": {
"$schema": {
"default": "https://raw.githubusercontent.com/hougesen/mdsf/main/schemas/v0.1.3/mdsf.schema.json",
"default": "https://raw.githubusercontent.com/hougesen/mdsf/main/schemas/v0.2.0/mdsf.schema.json",
"type": "string"
},
"custom_file_extensions": {
Expand Down

0 comments on commit bfadba9

Please sign in to comment.