Skip to content

Commit

Permalink
#2 Trim Null Padded Variable Names
Browse files Browse the repository at this point in the history
  • Loading branch information
Markeli committed Nov 13, 2023
1 parent 79ef5ee commit cff3d58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.2.2] - 2023-11-13

### Fixed

- #2: Fixed incorrect variable name trimming: added removing of `\0` special character.

## [1.2.1] - 2021-11-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Curiosity.SPSS/Curiosity.SPSS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageTags>siisltd; infrastructure; utils; sav; spss; spsslib; statistics; curiosity</PackageTags>
<Language>English</Language>

<PackageVersion>1.2.1</PackageVersion>
<PackageVersion>1.2.2</PackageVersion>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>

Expand Down

0 comments on commit cff3d58

Please sign in to comment.