Skip to content

Commit 70d6ed4

Browse files
committed
Prep for 2.5.2 release
1 parent 212ef0e commit 70d6ed4

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [2.5.1](https://github.com/NASA-AMMOS/AIT-Core/compare/2.5.0...2.5.1)
10+
## [2.5.2](https://github.com/NASA-AMMOS/AIT-Core/compare/2.5.1...2.5.2)
11+
12+
### Merged
13+
14+
- Issue #514 - ait-create-dirs uses call to old method name [`#515`](https://github.com/NASA-AMMOS/AIT-Core/pull/515)
15+
- Update method calls to use read_binary() and read_text(). [`#513`](https://github.com/NASA-AMMOS/AIT-Core/pull/513)
16+
- Fix issue 506 for reference to get_gps_offset_for_date(). [`#512`](https://github.com/NASA-AMMOS/AIT-Core/pull/512)
17+
- Issue #507 - Fix invalid content validation check in base val.py classes [`#509`](https://github.com/NASA-AMMOS/AIT-Core/pull/509)
18+
- Issue #505 - Update hooks to run YAML verification on every commit [`#508`](https://github.com/NASA-AMMOS/AIT-Core/pull/508)
19+
20+
### Commits
21+
22+
- Issue #505 - Update commit hooks to run YAML verification on every commit [`75618a9`](https://github.com/NASA-AMMOS/AIT-Core/commit/75618a9a78ef772e1665b956f61ab4b5a88e3470)
23+
- DMC leapsecond file testdata update [`7747803`](https://github.com/NASA-AMMOS/AIT-Core/commit/77478032ea00f4afe7424809db6abdaf62c0840e)
24+
25+
## [2.5.1](https://github.com/NASA-AMMOS/AIT-Core/compare/2.5.0...2.5.1) - 2023-11-30
1126

1227
### Merged
1328

1429
- Issue #502 - Fix broken leapsecond file generation [`#503`](https://github.com/NASA-AMMOS/AIT-Core/pull/503)
1530

1631
### Commits
1732

33+
- Prep for 2.5.1 release [`1fdfd45`](https://github.com/NASA-AMMOS/AIT-Core/commit/1fdfd45e9085c036df2a1279643efb468490f424)
1834
- Issue #502 - Fix leapsecond file retrieval location [`06e49a2`](https://github.com/NASA-AMMOS/AIT-Core/commit/06e49a2f5da6d181956fa27b8b84f8b5211cd9ab)
1935
- Fix malformed server config in docs pages [`64da97c`](https://github.com/NASA-AMMOS/AIT-Core/commit/64da97c44775e23cb0b336511d82403f8ef16143)
2036
- Fix additional malformed server config in docs pages [`184d8be`](https://github.com/NASA-AMMOS/AIT-Core/commit/184d8bec62c274627ffd1bc488f4e70555caf8e7)

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
# built documents.
7070
#
7171
# The short X.Y version.
72-
version = u'2.5.1'
72+
version = u'2.5.2'
7373
# The full version, including alpha/beta/rc tags.
74-
release = u'2.5.1'
74+
release = u'2.5.2'
7575

7676
# The language for content autogenerated by Sphinx. Refer to documentation
7777
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = 'ait-core'
7-
version = '2.5.1'
7+
version = '2.5.2'
88
description = "NASA JPL's Ground Data System toolkit for Instrument and CubeSat Missions"
99
license = 'MIT'
1010
readme = 'README.rst'

0 commit comments

Comments
 (0)