Skip to content

Commit

Permalink
chore(master): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and amaanq committed Jan 26, 2024
1 parent 65dca68 commit e4897cd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.1.0](https://github.com/amaanq/tree-sitter-odin/compare/v1.0.1...v1.1.0) (2024-01-26)


### Features

* add or_continue and or_break expressions ([d314318](https://github.com/amaanq/tree-sitter-odin/commit/d314318692883fd9858d6a8d1c1aa4fbd849a483))


### Bug Fixes

* bad indenting in `else` and `else if` blocks ([2ed3a06](https://github.com/amaanq/tree-sitter-odin/commit/2ed3a06e80a340d47eed7b4adf8961b4f777ae97))
* commas at the end of a return statement allow for a continuation ([7c8e12d](https://github.com/amaanq/tree-sitter-odin/commit/7c8e12d87810a6a421ebd83e27df369e83ae4c2a))
* parameters with a type annotation can be prefixed with a tag ([07f7192](https://github.com/amaanq/tree-sitter-odin/commit/07f71922d312b90f3c1b7dffb7110637b6bbcc08))
* remove unnecesary tag in unary ops ([78f5fd4](https://github.com/amaanq/tree-sitter-odin/commit/78f5fd496924cd2fc7c48ae0c4b9f992dff90667))
* tag regex ([363c99e](https://github.com/amaanq/tree-sitter-odin/commit/363c99ef938a106b7b8e740d56e56adc09c8816b))
* variable declarations can be procedures ([96a8f1e](https://github.com/amaanq/tree-sitter-odin/commit/96a8f1e57f34206d6305763f0c9f7cafb6354c1d))

## [1.0.1](https://github.com/amaanq/tree-sitter-odin/compare/v1.0.0...v1.0.1) (2023-11-01)


Expand Down

0 comments on commit e4897cd

Please sign in to comment.