chore(master): release 2.1.0 (#14)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/619/head
github-actions[bot] 2023-08-13 20:21:01 +07:00 committed by GitHub
parent 7d5b1733b9
commit 62e61b6f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 3 deletions

@ -1,5 +1,12 @@
# Changelog
## [2.1.0](https://github.com/amaanq/tree-sitter-objc/compare/v2.0.0...v2.1.0) (2023-08-13)
### Features
* bump C to 0.20.6 ([7d5b173](https://github.com/amaanq/tree-sitter-objc/commit/7d5b1733b9006b7d4388f097745c8e10e0c30a2a))
## [2.0.0](https://github.com/amaanq/tree-sitter-objc/compare/v1.2.0...v2.0.0) (2023-08-10)

@ -1,7 +1,7 @@
[package]
name = "tree-sitter-objc"
description = "Objective-C grammar for tree-sitter"
version = "2.0.0"
version = "2.1.0"
authors = ["Amaan Qureshi <amaanq12@gmail.com>"]
license = "MIT"
readme = "bindings/rust/README.md"

@ -9,7 +9,7 @@ way.)
```toml
[dependencies]
tree-sitter = "~0.20.10"
tree-sitter-objc = "2.0.0"
tree-sitter-objc = "2.1.0"
```
Typically, you will use the [language][language func] function to add this

@ -1,6 +1,6 @@
{
"name": "tree-sitter-objc",
"version": "2.0.0",
"version": "2.1.0",
"description": "Objective-C grammar for tree-sitter",
"main": "bindings/node",
"keywords": [