Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Aug 16:42
b010c2a

0.4.0 (2023-08-03)

Bug Fixes

  • database_test.go: change randomString function call to RandomString to match function name (32b5c34)
  • test_common.go: import correct crypto/rand package for generating random numbers (85485a4)
  • testarango.go: fix import statements and function names to improve code readability and semantics (8fa1c16)

Features

  • test_common.go: add FixedLenRandomString function to generate a random string of fixed length (51ca4b4)