Skip to content

Commit 5665c0e

Browse files
authored
Merge pull request #111 from amplify-education/newer_lark
Release 4.2.0 updates
2 parents c81502c + 16995a0 commit 5665c0e

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## \[4.2.0] - 2022-12-28
8+
9+
### Added
10+
- Added support of the `lark ≥1.0,<2`. Thanks @KOLANICH ([#100](https://github.com/amplify-education/python-hcl2/pull/100))
11+
12+
### Changed
13+
- Dropped support of the `lark <1.0`.
14+
- Added code improvements
15+
716
## \[4.1.0] - 2022-12-27
817

918
### Added

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.8",
2121
"Programming Language :: Python :: 3.9",
2222
"Programming Language :: Python :: 3.10",
23+
"Programming Language :: Python :: 3.11",
2324
]
2425
requires-python = ">=3.7.0"
2526
dependencies = ["lark>=1,<2"]

0 commit comments

Comments
 (0)