File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
99
10- ## [ 2.5.2] ( https://github.com/NASA-AMMOS/AIT-Core/compare/2.5.1...2.5.2 )
10+ ## [ 3.1.0] ( https://github.com/NASA-AMMOS/AIT-Core/compare/3.0.0-rc1...3.1.0 ) - 2026-05-08
11+
12+ ### Merged
13+
14+ - Issue-551: Updating readthedocs.yml python version [ ` #555 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/pull/555 )
15+ - issue-551: Restricting python version and removing pkg_resources [ ` #552 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/pull/552 )
16+ - Updated sarif report path value [ ` #548 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/pull/548 )
17+ - Create code-scanning.yml [ ` #546 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/pull/546 )
18+ - Adding sonar properties to project [ ` #547 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/pull/547 )
19+
20+ ### Commits
21+
22+ - Updating readthedocs.yml python version [ ` 8b906a7 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/commit/8b906a7f8db68336d826c553c8ff8f94ad9e45e0 )
23+
24+ ## [ 3.0.0-rc1] ( https://github.com/NASA-AMMOS/AIT-Core/compare/2.5.2...3.0.0-rc1 ) - 2025-02-27
25+
26+ ### Merged
27+
28+ - Issue #541 - Replace pickle with msgpack for 0MQ msg passing [ ` #542 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/pull/542 )
29+ - Issue #536 - Remove pickle from config caching [ ` #537 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/pull/537 )
30+ - Issue #538 - Formatting and Linting [ ` #539 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/pull/539 )
31+ - Issue #530 - Use SafeLoader for YAML load calls [ ` #532 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/pull/532 )
32+ - Issue #518 - Update pre-commit config [ ` #519 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/pull/519 )
33+
34+ ### Commits
35+
36+ - Issue #543 - Update ait-seq-encode and ait-seq-decode which reference old method names [ ` 35679f7 ` ] ( https://github.com/NASA-AMMOS/AIT-Core/commit/35679f7fd7191be998f95aa797f591b89ec3976e )
37+ - Remove match statement from Custom Types documentation [ ` 69ad7fe ` ] ( https://github.com/NASA-AMMOS/AIT-Core/commit/69ad7fe3abfd497e6ad989b10aa40f84137d093e )
38+
39+ ## [ 2.5.2] ( https://github.com/NASA-AMMOS/AIT-Core/compare/2.5.1...2.5.2 ) - 2024-01-30
1140
1241### Merged
1342
Original file line number Diff line number Diff line change 6969# built documents.
7070#
7171# The short X.Y version.
72- version = u'3.0 .0'
72+ version = u'3.1 .0'
7373# The full version, including alpha/beta/rc tags.
74- release = u'3.0 .0'
74+ release = u'3.1 .0'
7575
7676# The language for content autogenerated by Sphinx. Refer to documentation
7777# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " ait-core"
7- version = " 3.0 .0"
7+ version = " 3.1 .0"
88description = " NASA JPL's Ground Data System toolkit for Instrument and CubeSat Missions"
99license = " MIT"
1010readme = " README.rst"
You can’t perform that action at this time.
0 commit comments