Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@flc1125 flc1125 released this 22 Mar 00:32
· 3 commits to master since this release
201136b

What's Changed

Breaking changes: please refer to #58.

  • refactor(api/story): change ID type from Multi[int] to Multi[int64] by @flc1125 in #64
  • refactor(api/bug): change ID type from int to int64 by @flc1125 in #66
  • refactor(api/task): change ID type from int to int64 by @flc1125 in #67
  • refactor(api/iteration): change ID type from int to int64 by @flc1125 in #68
  • refactor(api/comment): change ID fields from int to int64 by @flc1125 in #69

Full Changelog: v0.9.0...v0.10.0