Skip to content

Commit 767ec96

Browse files
authored
chore: release v0.10.1 (#1145)
1 parent becfdea commit 767ec96

File tree

10 files changed

+19
-13
lines changed

10 files changed

+19
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5-
#### [Unreleased](https://github.com/hougesen/mdsf/compare/v0.10.0...HEAD)
5+
#### [Unreleased](https://github.com/hougesen/mdsf/compare/v0.10.1...HEAD)
66

7+
#### [v0.10.1](https://github.com/hougesen/mdsf/compare/v0.10.0...v0.10.1)
8+
9+
> 27 June 2025
10+
11+
- chore: release v0.10.1 [`#1145`](https://github.com/hougesen/mdsf/pull/1145)
12+
- refactor: revert if let chain syntax [`#1144`](https://github.com/hougesen/mdsf/pull/1144)
713
- chore: change version to dev [`da36c8a`](https://github.com/hougesen/mdsf/commit/da36c8a3cd694348f3d60ec5245ec7344da74b2b)
814

915
#### [v0.10.0](https://github.com/hougesen/mdsf/compare/v0.9.6...v0.10.0)

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["codegen", "mdsf"]
44
exclude = []
55

66
[workspace.package]
7-
version = "0.10.0-next"
7+
version = "0.10.1"
88
authors = ["Mads Hougesen <[email protected]>"]
99
edition = "2024"
1010
documentation = "https://github.com/hougesen/mdsf#readme"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ conda install conda-forge::mdsf
114114
<!-- START_SECTION:base-command-help -->
115115

116116
```
117-
mdsf 0.10.0-next
117+
mdsf 0.10.1
118118
Format, and lint, markdown code snippets using your favorite tools
119119
Mads Hougesen <[email protected]>
120120

github-action/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-mdsf",
3-
"version": "0.10.0-next",
3+
"version": "0.10.1",
44
"description": "Setup mdsf cli in GitHub Actions",
55
"main": "src/index.mjs",
66
"repository": {

mdsf-vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mdsf-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "mdsf",
44
"publisher": "hougesen",
55
"description": "Format markdown code blocks using mdsf",
6-
"version": "0.10.0-next",
6+
"version": "0.10.1",
77
"engines": {
88
"vscode": "^1.99.0"
99
},

schemas/development/mdsf.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"properties": {
66
"$schema": {
77
"type": "string",
8-
"default": "https://raw.githubusercontent.com/hougesen/mdsf/main/schemas/v0.10.0-next/mdsf.schema.json"
8+
"default": "https://raw.githubusercontent.com/hougesen/mdsf/main/schemas/v0.10.1/mdsf.schema.json"
99
},
1010
"custom_file_extensions": {
1111
"description": "Used for settings custom file extensions for a given language.\n\n```json\n{\n \"custom_file_extensions\": {\n \"rust\": \".rust\"\n }\n}\n```",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"properties": {
66
"$schema": {
77
"type": "string",
8-
"default": "https://raw.githubusercontent.com/hougesen/mdsf/main/schemas/v0.10.0-next/mdsf.schema.json"
8+
"default": "https://raw.githubusercontent.com/hougesen/mdsf/main/schemas/v0.10.1/mdsf.schema.json"
99
},
1010
"custom_file_extensions": {
1111
"description": "Used for settings custom file extensions for a given language.\n\n```json\n{\n \"custom_file_extensions\": {\n \"rust\": \".rust\"\n }\n}\n```",

0 commit comments

Comments
 (0)