File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cff-version : 1.2.0
22title : ' space_packet_parser'
33type : software
4- version : ' 4.0.2 '
4+ version : ' 4.1.0 '
55description : A CCSDS telemetry packet decoding library based on the XTCE packet format description standard.
66license : BSD-3-Clause
77abstract : The space_packet_parser Python library is a generalized, configurable packet decoding library for CCSDS telemetry
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This is a log of changes made to the library over time
1010## Version Release Notes
1111Release notes for the ` space_packet_parser ` library
1212
13- ### v4.1.0 (unreleased )
13+ ### v4.1.0 (released )
1414- Bugfix in fill_buffer to allow compatibility with Bitstring 4.1.1
1515- Add informative error if user tries to parse a TextIO object
1616- Add documentation of some common issues and add changelog to documentation
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ Reference: [https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-
2727 or by running ` poetry version X.Y.Z ` or bumping according to a valid bump rule like ` poetry version minor `
2828 (see poetry docs: https://python-poetry.org/docs/cli/#version ).
2929
30- 3 . Update the version identifier in CITATION.cff.
30+ 3 . Update the version identifier in ` CITATION.cff ` .
3131
32- 4 . Update ` CHANGES .md` to reflect that the version is now "released" and revisit ` README.md ` to keep it up to date.
32+ 4 . Update ` changelog .md` to reflect that the version is now "released" and revisit ` README.md ` to keep it up to date.
3333
34345 . Open a PR to merge the release branch into master. This informs the rest of the team how the release
3535 process is progressing as you polish the release branch.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " space_packet_parser"
3- version = " 4.0.2 "
3+ version = " 4.1.0 "
44description = " A CCSDS telemetry packet decoding library based on the XTCE packet format description standard."
55license = " BSD-3-Clause"
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments