Skip to content

Commit

Permalink
chore: release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Feb 5, 2025
1 parent 7760ccc commit 87e5757
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Copy license
run: cp LICENSE mdsf-vscode/

- run: npm ci
working-directory: mdsf-vscode

Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ 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.4.1...HEAD)
#### [Unreleased](https://github.com/hougesen/mdsf/compare/v0.5.0...HEAD)

#### [v0.5.0](https://github.com/hougesen/mdsf/compare/v0.4.1...v0.5.0)

> 5 February 2025
- chore: release v0.5.0 [`#674`](https://github.com/hougesen/mdsf/pull/674)
- docs: reference vscode ext in readme [`#673`](https://github.com/hougesen/mdsf/pull/673)
- chore(vscode): release workflow [`#672`](https://github.com/hougesen/mdsf/pull/672)
- docs(vscode): basic usage [`#671`](https://github.com/hougesen/mdsf/pull/671)
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 @@ -116,7 +116,7 @@ mdsf can be run easily using the VSCode extension.
<!-- START_SECTION:base-command-help -->

```
mdsf 0.4.2-dev
mdsf 0.5.0
Format, and lint, markdown code snippets using your favorite tools
Mads Hougesen <[email protected]>
Expand Down
21 changes: 21 additions & 0 deletions mdsf-vscode/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 Mads Hougesen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 2 additions & 2 deletions mdsf-vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mdsf-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "mdsf",
"publisher": "hougesen",
"description": "Format markdown code blocks using mdsf",
"version": "0.0.1",
"version": "0.5.0",
"engines": {
"vscode": "^1.96.0"
},
Expand Down
2 changes: 1 addition & 1 deletion mdsf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/hougesen/mdsf/main/schemas/v0.4.2-dev/mdsf.schema.json",
"$schema": "https://raw.githubusercontent.com/hougesen/mdsf/main/schemas/v0.5.0-dev/mdsf.schema.json",
"custom_file_extensions": {},
"format_finished_document": false,
"javascript_runtime": "node",
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.4.2-dev"
version = "0.5.0"
edition.workspace = true
description = "Format, and lint, markdown code snippets using your favorite tools"
authors.workspace = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "object",
"properties": {
"$schema": {
"default": "https://raw.githubusercontent.com/hougesen/mdsf/main/schemas/v0.4.2-dev/mdsf.schema.json",
"default": "https://raw.githubusercontent.com/hougesen/mdsf/main/schemas/v0.5.0/mdsf.schema.json",
"type": "string"
},
"custom_file_extensions": {
Expand Down

0 comments on commit 87e5757

Please sign in to comment.