Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

v0.8.8

Compare
Choose a tag to compare
@burmecia burmecia released this 26 Dec 11:46
· 54 commits to master since this release

This is a minor release. In this release,

  • Added Repo.copy_dir_all method, #53
  • VersionReader can retrieve version information now, #56
  • Repo can be destroyed using Repo.destroy method unconditionally, #57, #61
  • Fixed weak reference issue for File object so it cannot be read after repo is closed, #59
  • RepoInfo.uri method now doesn't mask secretive information in URI, #62
  • Replaced TravisCI with GitHub Action
  • Other minor changes and document improvement