Skip to content

Releases: PlanktoScope/machine-name

v0.1.3

06 Sep 04:45
ccb794d
Compare
Choose a tag to compare

Changelog

  • ccb794d Update README.md for shorter first word
  • 7405bf0 Bump the version in the changelog and the cli tool (#12)
  • bc7f801 Limit generated names to 24 characters (#11)

v0.1.2

20 May 03:27
Compare
Choose a tag to compare

Changelog

  • 918387f Expose embedded wordlist and name-generation functionality in pkg
  • 2acb931 Fix incorrect filenames in README.md
  • ae0cd82 Delete LICENSE (redundant to LICENSE-Apache)

v0.1.1

17 May 06:28
Compare
Choose a tag to compare

Changelog

  • 8cbdb39 Specify timezone for dates in CHANGELOG.md
  • f8f6057 Remove extraneous newline

v0.1.0

17 May 01:15
Compare
Choose a tag to compare

Changelog

  • 8dbf336 Bump the version to v0.1.0
  • 6fe71d7 Don't use PRNG (for portability to other languages); add documentation
  • 12468c5 Implement algorithm for generating names from 32-bit serial numbers
  • 7cb6033 Upgrade dependencies
  • f132900 Address linter complaints
  • 5cad5d7 Add repo template and auto-generate US-English word lists
  • d5ca16d Initial commit