Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: set version to 0.3.2-dev #542

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

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

- chore: set version to 0.3.2-dev [`#542`](https://github.com/hougesen/mdsf/pull/542)

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

> 13 November 2024
Expand All @@ -29,6 +31,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- feat: support unimport [`#525`](https://github.com/hougesen/mdsf/pull/525)
- feat: support ptop [`#524`](https://github.com/hougesen/mdsf/pull/524)
- chore: set version to 0.3.1-dev [`84a4a02`](https://github.com/hougesen/mdsf/commit/84a4a0258ddc16d089a3e01edd4eaaf23d67f49c)
- chore: update changelog [`3600849`](https://github.com/hougesen/mdsf/commit/36008493f551a31ebf9d371832ef219e47b35064)

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

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 @@ -97,7 +97,7 @@ brew install hougesen/tap/mdsf
<!-- START_SECTION:base-command-help -->

```
mdsf 0.3.1
mdsf 0.3.2-dev
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.3.1"
version = "0.3.2-dev"
edition.workspace = true
description = "Format markdown code snippets using your favorite code formatters"
authors.workspace = true
Expand Down
Loading
Loading