Skip to content

Commit a25bef1

Browse files
chore: bump version
1 parent 8001f2d commit a25bef1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [0.3.0](https://github.com/ast-grep/ast-grep/compare/0.2.6...0.3.0)
8+
9+
> 28 February 2023
10+
11+
- fix: add is_named_leaf [`#276`](https://github.com/ast-grep/ast-grep/issues/276)
12+
- fix: report indirect cyclic dependencies [`#272`](https://github.com/ast-grep/ast-grep/issues/272)
13+
- fix: register global rules by dependent order [`#269`](https://github.com/ast-grep/ast-grep/issues/269)
14+
- [feature] register util rules by their topological sort order [`#270`](https://github.com/ast-grep/ast-grep/issues/270)
15+
- feat: change stopBy default value to neighbor [`#265`](https://github.com/ast-grep/ast-grep/issues/265)
16+
- feat: add global utils [`#250`](https://github.com/ast-grep/ast-grep/issues/250)
17+
- feat: add thrift support [`#255`](https://github.com/ast-grep/ast-grep/issues/255)
18+
- fix: avoid strong reference in ReferentRule [`#253`](https://github.com/ast-grep/ast-grep/issues/253)
19+
- refactor: factor out deserialize rule [`a6207ae`](https://github.com/ast-grep/ast-grep/commit/a6207aed7e238a980fae002cca337119fe5dc48e)
20+
- refactor: move stop_by to separate file [`398c53d`](https://github.com/ast-grep/ast-grep/commit/398c53d144a3def075516af43aafcf5de7a2fcf6)
21+
- refactor: reorganize rule and serialization [`37a303f`](https://github.com/ast-grep/ast-grep/commit/37a303faaf9b584b09495a082346d90c10d63398)
22+
723
#### [0.2.6](https://github.com/ast-grep/ast-grep/compare/0.2.5...0.2.6)
824

925
> 8 February 2023

0 commit comments

Comments
 (0)