File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and 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
Original file line number Diff line number Diff 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]
2425requires-python = " >=3.7.0"
2526dependencies = [" lark>=1,<2" ]
You can’t perform that action at this time.
0 commit comments