From e646d0175f7f2fe9bfbffeb301964ab0662188a7 Mon Sep 17 00:00:00 2001 From: faza Date: Thu, 3 Feb 2022 13:53:29 +0530 Subject: [PATCH] chore: release v0.4.0 --- changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..0a0420e --- /dev/null +++ b/changelog.md @@ -0,0 +1,16 @@ +# Changelog + +## [v0.4.0] - 2022-02-03 + +### Fixes + +- Fixed the attachments API +- Use the patched go-git library +- Optimize the docker build + +### Features + +- API to fork a repository +- tree and blob API +- API to get diff of pull requests +- Pull request APIs: commits, check and merge