Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Oct 27, 2024
1 parent 1333f66 commit 18703ba
Show file tree
Hide file tree
Showing 6 changed files with 1,396 additions and 393 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ 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).

#### [Unreleased](https://github.com/hougesen/mdsf/compare/v0.2.7...HEAD)
#### [Unreleased](https://github.com/hougesen/mdsf/compare/v0.3.0...HEAD)

#### [v0.3.0](https://github.com/hougesen/mdsf/compare/v0.2.7...v0.3.0)

> 27 October 2024
- feat: support dockfmt [`#523`](https://github.com/hougesen/mdsf/pull/523)
- feat: support json5format [`#522`](https://github.com/hougesen/mdsf/pull/522)
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Format markdown code snippets using your favorite code formatters.
<!-- START_SECTION:base-command-help -->

```
mdsf 0.2.7
mdsf 0.3.0
Format markdown code snippets using your favorite code formatters
Mads Hougesen <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion mdsf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdsf"
version = "0.2.7"
version = "0.3.0"
edition.workspace = true
description = "Format markdown code snippets using your favorite code formatters"
authors.workspace = true
Expand Down
Loading

0 comments on commit 18703ba

Please sign in to comment.