Skip to content

Commit

Permalink
bump version: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mx00s committed Nov 29, 2020
1 parent 6821822 commit 2c1e219
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.0] - 2020-11-28
### Added
- AST variable substitution.
- Property-based test to verify ASTs roundtrip through serialization and deserialization.
Expand All @@ -26,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Represent, display, serialize, and deserialize generic abstract syntax trees.

[Unreleased]: https://github.com/mx00s/mx00s/compare/0.3.0...HEAD
[Unreleased]: https://github.com/mx00s/mx00s/syntastic/compare/0.4.0...HEAD
[0.4.0]: https://github.com/mx00s/syntastic/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/mx00s/syntastic/compare/0.2.2...0.3.0
[0.2.2]: https://github.com/mx00s/syntastic/compare/0.1.0...0.2.2
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syntastic"
version = "0.3.0"
version = "0.4.0"
authors = ["Sage Mitchell <dev@mx00s.com>"]
edition = "2018"
description = "Generic abstract syntax representation"
Expand Down

0 comments on commit 2c1e219

Please sign in to comment.