Skip to content

Commit d1977e1

Browse files
Merge pull request #161 from github/d-oh
Release tree-sitter-stack-graphs v0.5.1. This time with all version numbers updated.
2 parents 2862460 + ca65ff4 commit d1977e1

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

tree-sitter-stack-graphs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v0.5.1 -- 2023-01-10
9+
10+
Patch release to update *all* version numbers.
11+
812
## v0.5.0 -- 2023-01-10
913

1014
### Library

tree-sitter-stack-graphs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tree-sitter-stack-graphs"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Create stack graphs using tree-sitter parsers"
55
homepage = "https://github.com/github/stack-graphs/tree/main/tree-sitter-stack-graphs"
66
repository = "https://github.com/github/stack-graphs/"

tree-sitter-stack-graphs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To use this library, add the following to your `Cargo.toml`:
1515

1616
``` toml
1717
[dependencies]
18-
tree-sitter-stack-graphs = "0.4"
18+
tree-sitter-stack-graphs = "0.5"
1919
```
2020

2121
Check out our [documentation](https://docs.rs/tree-sitter-stack-graphs/*/) for

tree-sitter-stack-graphs/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-stack-graphs",
3-
"version": "0.4.1",
3+
"version": "0.5.1",
44
"description": "Create stack graphs using tree-sitter parsers",
55
"homepage": "https://github.com/github/stack-graphs/tree/main/tree-sitter-stack-graphs",
66
"repository": {

0 commit comments

Comments
 (0)