Skip to content

Commit

Permalink
chore: prepare release of v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Oct 2, 2024
1 parent f6d94a2 commit 6b4541c
Show file tree
Hide file tree
Showing 6 changed files with 943 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

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

- build(deps): bump terminal-size to 0.4.0 [`#476`](https://github.com/hougesen/mdsf/pull/476)
- test: only run it_should_support_multiple_languages in ci [`#475`](https://github.com/hougesen/mdsf/pull/475)
- build(deps): bump test-with to 0.14.3 [`#474`](https://github.com/hougesen/mdsf/pull/474)
- build(deps): bump clap from 4.5.18 to 4.5.19 [`#473`](https://github.com/hougesen/mdsf/pull/473)
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.5
mdsf 0.2.6
Format markdown code snippets using your favorite code formatters
Mads Hougesen <mads@mhouge.dk>
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.5"
version = "0.2.6"
edition.workspace = true
description = "Format markdown code snippets using your favorite code formatters"
authors.workspace = true
Expand Down
5 changes: 0 additions & 5 deletions schemas/v0.2.5/mdsf.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,6 @@
"type": "string",
"enum": ["clang-tidy"]
},
{
"description": "https://github.com/weavejester/cljfmt",
"type": "string",
"enum": ["cljfmt"]
},
{
"description": "https://github.com/greglook/cljstyle",
"type": "string",
Expand Down
Loading

0 comments on commit 6b4541c

Please sign in to comment.