Skip to content

Commit 2aab4fb

Browse files
committed
Prepare for patched release 2.12.1
- Added release notes and freeze file - Bumped the dependency versions - Updated the README with the new Release number - Update project roadmap Signed-off-by: Rose Judge <[email protected]>
1 parent d3dd148 commit 2aab4fb

File tree

6 files changed

+335
-13
lines changed

6 files changed

+335
-13
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -400,16 +400,15 @@ $ python tests/<test file>.py
400400
```
401401

402402
## Project Status<a name="project-status"/>
403-
Release 2.12.0 is out! See the [release notes](docs/releases/v2_12_0.md) for more information. Please note, v2.12.0 includes an important security update for GitPython to address [CVE-2022-24439](https://nvd.nist.gov/vuln/detail/CVE-2022-24439).
404-
405-
We try to keep the [project roadmap](./docs/project-roadmap.md) as up to date as possible.
403+
Patched release 2.12.1 is out. See the [release notes](docs/releases/v2_12_1.md) for more information. We try to keep the [project roadmap](./docs/project-roadmap.md) as up to date as possible.
406404

407405
## Recent Past Releases
408-
* [v2.11.0](docs/releases/v2_10_1.md)
406+
* [v2.12.0](docs/releases/v2_12_0.md)
407+
* Includes an important security update for GitPython to address [CVE-2022-24439](https://nvd.nist.gov/vuln/detail/CVE-2022-24439)
408+
* [v2.11.0](docs/releases/v2_11_0.md)
409409
* [v2.10.1](docs/releases/v2_10_1.md)
410410
* [v2.9.1](docs/releases/v2_9_1.md)
411411
* [v2.8.0](docs/releases/v2_8_0.md)
412-
* [v2.7.0](docs/releases/v2_7_0.md)
413412

414413
## Documentation
415414
Architecture, function blocks, code descriptions and the project roadmap are located in the docs folder. Contributions to the documentation are welcome! See the [contributing guide](/CONTRIBUTING.md) to find out how to submit changes.

docs/project-roadmap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Project Road Map
22

3-
Tern is an open source project with limited resources. In 2023 we will primarily focus on bug fixing and step back from active feature development.
3+
Tern is an open source project with limited resources. In 2023 we will primarily focus on bug fixing and step back from active feature development with the exception of adding SPDX generation to Tern using the [spdx-tools](https://pypi.org/project/spdx-tools/) library instead of the in-house SPDX model.
44

55
We will continue to support the SPDX format for container images. To that end, we will make changes to update the format of the document as the [spec](https://spdx.github.io/spdx-spec/) evolves.
66

0 commit comments

Comments
 (0)