Skip to content

Commit

Permalink
chore: set version to 0.3.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Oct 27, 2024
1 parent 18703ba commit 84a4a02
Show file tree
Hide file tree
Showing 14 changed files with 1,179 additions and 135 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- deps(test-with): bump to 0.14.4 [`#494`](https://github.com/hougesen/mdsf/pull/494)
- feat: codegen tooling from config files [`#493`](https://github.com/hougesen/mdsf/pull/493)
- feat: support multiple input paths [`#491`](https://github.com/hougesen/mdsf/pull/491)
- chore: release v0.3.0 [`18703ba`](https://github.com/hougesen/mdsf/commit/18703ba287796c28ea11ad9787dccbc0b4fa7f97)
- fix: correct npm binary name [`39f890e`](https://github.com/hougesen/mdsf/commit/39f890e1083e795212c06b93824e0ee0d4aea78f)

#### [v0.2.7](https://github.com/hougesen/mdsf/compare/v0.2.6...v0.2.7)
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.

4 changes: 2 additions & 2 deletions 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.3.0
mdsf 0.3.1-dev
Format markdown code snippets using your favorite code formatters
Mads Hougesen <mads@mhouge.dk>
Expand Down Expand Up @@ -160,7 +160,7 @@ mdsf init
{
"languages": {
// Only run `ruff` on Python snippets,
"python": "ruff",
"python": "ruff:format",
// Run `usort` on file and then `black`
"python": ["usort", "black"],
// Run `usort`, if that fails run `isort`, finally run `black`
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.3.0"
version = "0.3.1-dev"
edition.workspace = true
description = "Format markdown code snippets using your favorite code formatters"
authors.workspace = true
Expand Down
Loading

0 comments on commit 84a4a02

Please sign in to comment.