Skip to content

Commit

Permalink
Merge pull request #111 from amplify-education/newer_lark
Browse files Browse the repository at this point in the history
Release 4.2.0 updates
  • Loading branch information
rddimon authored Dec 28, 2022
2 parents c81502c + 16995a0 commit 5665c0e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## \[4.2.0] - 2022-12-28

### Added
- Added support of the `lark ≥1.0,<2`. Thanks @KOLANICH ([#100](https://github.com/amplify-education/python-hcl2/pull/100))

### Changed
- Dropped support of the `lark <1.0`.
- Added code improvements

## \[4.1.0] - 2022-12-27

### Added
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
requires-python = ">=3.7.0"
dependencies = ["lark>=1,<2"]
Expand Down

0 comments on commit 5665c0e

Please sign in to comment.