Skip to content

Commit 59ba7a6

Browse files
Version 0.4.0
1 parent c424e85 commit 59ba7a6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 0.3.0
48
- Correctly handle binary files in create-blob! and get-blob operations
59
- Fix reflective accesses in clj-github-mock.impl.jgit

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject dev.nubank/clj-github-mock "0.3.0"
1+
(defproject dev.nubank/clj-github-mock "0.4.0"
22
:description "An emulator of the github api"
33
:url "https://github.com/nubank/clj-github-mock"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

0 commit comments

Comments
 (0)