Skip to content

Commit

Permalink
chore(release): 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Apr 18, 2021
1 parent 43ac64d commit 830f197
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# [0.7.0](https://github.com/ikatyang/tree-sitter-markdown/compare/v0.6.1...v0.7.0) (2021-04-18)


### Features

* add rust binding ([#28](https://github.com/ikatyang/tree-sitter-markdown/issues/28)) ([43ac64d](https://github.com/ikatyang/tree-sitter-markdown/commit/43ac64d8cade4244e3484d2588342dc28991333d))



## [0.6.1](https://github.com/ikatyang/tree-sitter-markdown/compare/v0.6.0...v0.6.1) (2021-03-21)


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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-markdown"
description = "Markdown grammar for tree-sitter"
version = "0.6.1"
version = "0.7.0"
keywords = ["incremental", "parsing", "markdown"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/ikatyang/tree-sitter-markdown"
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/assets/web-tree-sitter-0.19.3/tree-sitter.js

Large diffs are not rendered by default.

Binary file modified docs/assets/web-tree-sitter-0.19.3/tree-sitter.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
</style>

<h1><a href="https://github.com/ikatyang/tree-sitter-markdown">Tree-sitter Markdown</a> <span class="version">v0.6.1</span></h1>
<h1><a href="https://github.com/ikatyang/tree-sitter-markdown">Tree-sitter Markdown</a> <span class="version">v0.7.0</span></h1>

<div id="playground-container" style="visibility: hidden;">

Expand Down Expand Up @@ -61,7 +61,7 @@ <h4>Tree</h4>

<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.45.0/codemirror.min.js"></script>

<script>LANGUAGE_BASE_URL = "assets/tree-sitter-markdown-0.6.1";</script>
<script>LANGUAGE_BASE_URL = "assets/tree-sitter-markdown-0.7.0";</script>
<script src="assets/web-tree-sitter-0.19.3/tree-sitter.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/clusterize.js/0.18.0/clusterize.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-markdown",
"version": "0.6.1",
"version": "0.7.0",
"description": "Markdown grammar for tree-sitter",
"keywords": [
"parser",
Expand Down

0 comments on commit 830f197

Please sign in to comment.