This repository was archived by the owner on Dec 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+
9+ ## [ v2.10.1] ( https://github.com/allenai/allennlp/releases/tag/v2.10.1 ) - 2022-10-18
10+
11+ ### Fixed
12+
13+ - Updated dependencies
14+
915
1016## [ v2.10.0] ( https://github.com/allenai/allennlp/releases/tag/v2.10.0 ) - 2022-07-14
1117
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ license: "Apache-2.0"
4242message : " If you use this software, please cite it using this metadata."
4343repository-code : " https://github.com/allenai/allennlp"
4444title : " AllenNLP: A Deep Semantic Natural Language Processing Platform"
45- version : " 2.10.0 "
45+ version : " 2.10.1 "
4646doi : " 10.18653/v1/W18-2501"
4747...
Original file line number Diff line number Diff line change 44_MINOR = "10"
55# On main and in a nightly release the patch should be one ahead of the last
66# released build.
7- _PATCH = "0 "
7+ _PATCH = "1 "
88# This is mainly for nightly builds which have the suffix ".dev$DATE". See
99# https://semver.org/#is-v123-a-semantic-version for the semantics.
1010_SUFFIX = os .environ .get ("ALLENNLP_VERSION_SUFFIX" , "" )
You can’t perform that action at this time.
0 commit comments