File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.4.0
4
+ - ** [ BREAKING] ** Include line breaks every 60 characters in base64 encoded strings to mirror what the actual GitHub API does
5
+ - Add support for Git blobs endpoints (https://docs.github.com/en/rest/git/blobs?apiVersion=2022-11-28#get-a-blob )
6
+
3
7
## 0.3.0
4
8
- Correctly handle binary files in create-blob! and get-blob operations
5
9
- Fix reflective accesses in clj-github-mock.impl.jgit
Original file line number Diff line number Diff line change 1
- (defproject dev.nubank /clj-github-mock " 0.3 .0"
1
+ (defproject dev.nubank /clj-github-mock " 0.4 .0"
2
2
:description " An emulator of the github api"
3
3
:url " https://github.com/nubank/clj-github-mock"
4
4
:license {:name " EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
You can’t perform that action at this time.
0 commit comments