Skip to content

Commit

Permalink
[RELEASE] validate v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed May 16, 2020
1 parent 2a1c273 commit a9f7f95
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## [v1.23.1](https://github.com/NASA-PDS/validate/tree/v1.23.1) (2020-05-16)
[Full Changelog](https://github.com/NASA-PDS/validate/compare/1.24.0-SNAPSHOT...v1.23.1)

**Fixed bugs:**

- Incorrect validation of number of records [\#220](https://github.com/NASA-PDS/validate/issues/220)
- Packed\_Data\_Fields and bit fields do not validate as expected [\#209](https://github.com/NASA-PDS/validate/issues/209)

**Merged pull requests:**

- Fix for incorrect record number for multiple Table\_Binary objects [\#228](https://github.com/NASA-PDS/validate/pull/228) ([hhlee445](https://github.com/hhlee445))
- Fix for incorrect field number with Packed\_Data\_Fields and bit fields [\#227](https://github.com/NASA-PDS/validate/pull/227) ([hhlee445](https://github.com/hhlee445))
- Issue 220:Fix for Table\_Binary incorrect record number [\#226](https://github.com/NASA-PDS/validate/pull/226) ([hhlee445](https://github.com/hhlee445))

## [1.24.0-SNAPSHOT](https://github.com/NASA-PDS/validate/tree/1.24.0-SNAPSHOT) (2020-05-08)
[Full Changelog](https://github.com/NASA-PDS/validate/compare/v1.23.0...1.24.0-SNAPSHOT)

## [v1.23.0](https://github.com/NASA-PDS/validate/tree/v1.23.0) (2020-05-08)
[Full Changelog](https://github.com/NASA-PDS/validate/compare/v1.22.4...v1.23.0)

Expand All @@ -10,9 +27,7 @@

**Fixed bugs:**

- Incorrect validation of number of records [\#220](https://github.com/NASA-PDS/validate/issues/220)
- validate v1.22.3 has large performance degradation on products with many tables [\#219](https://github.com/NASA-PDS/validate/issues/219)
- Packed\_Data\_Fields and bit fields do not validate as expected [\#209](https://github.com/NASA-PDS/validate/issues/209)
- Software raises a field\_value\_overlap error on Table\_Binary Packed data fields [\#177](https://github.com/NASA-PDS/validate/issues/177)

**Merged pull requests:**
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ POSSIBILITY OF SUCH DAMAGE.

<groupId>gov.nasa.pds</groupId>
<artifactId>validate</artifactId>
<version>1.24.0-SNAPSHOT</version>
<version>1.23.1</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit a9f7f95

Please sign in to comment.