Skip to content

Release v0.4.1

Compare
Choose a tag to compare
@Brend-Smits Brend-Smits released this 04 Jan 16:56
· 42 commits to main since this release
v0.4.1
6c1ea77
  • Fix bug that caused problem when trying to post as author. (#17)

    When publishing as an author and not as a publication, it would error because the value of the publication id or name is set as an empty string, and thus is not null.
    Add test to verify author functionality.