Skip to content

Release v2.0.12

Compare
Choose a tag to compare
@wenjianzhang wenjianzhang released this 27 Jul 14:05
· 188 commits to master since this release

FIX🐛:

  • 添加bcrypt包的引用
  • 修复doc url of cgo
  • 修复角色新增、修改时,sys_casbin_rule表drop,然后重新create的问题(#539)
  • 修复 UpdatePwd error
  • 修复关闭中的job能够启动问题(#638)

REFACTOR🎨:

  • 引入github.com/pkg/errors更好的错误堆栈追踪