What's Changed
* docs: update in readme by yuanbohan in https://github.com/GreptimeTeam/promql-parser/pull/54
* feat: define ExprVisitor trait and implement walk_expr by waynexia in https://github.com/GreptimeTeam/promql-parser/pull/60
* feat: impl extension expr node by waynexia in https://github.com/GreptimeTeam/promql-parser/pull/62
* refactor: merge agg and match to LabelModifier by yuanbohan in https://github.com/GreptimeTeam/promql-parser/pull/63
* feat: change value type Display behavior by yuanbohan in https://github.com/GreptimeTeam/promql-parser/pull/64
* chore: upgrade crate version by yuanbohan in https://github.com/GreptimeTeam/promql-parser/pull/65
**Full Changelog**: https://github.com/GreptimeTeam/promql-parser/compare/v0.1.0...v0.1.1