Skip to content

Commit 051bc6d

Browse files
Version 0.3.0
1 parent 403794a commit 051bc6d

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.3.0
4+
- Correctly handle binary files in create-blob! and get-blob operations
5+
- Fix reflective accesses in clj-github-mock.impl.jgit
6+
- Remove base64-clj dependency
7+
- Bump dependencies
8+
- org.eclipse.jgit/org.eclipse.jgit from 5.11.0 to 6.10.0
9+
- metosin/reitit-ring from 0.5.13 to 0.7.2
10+
- datascript from 1.1.0 to 1.7.3
11+
312
## 0.2.0
413
- Bump some libs
514

RELEASING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Releasing
22

3-
Anybody with write access to this repository can release a new version and deploy it to Clojars. To do this, first make sure your local master is sync'd with master on github:
3+
Anybody with write access to this repository can release a new version and deploy it to Clojars. To do this, first make sure your local main is sync'd with main on github:
44

55
```bash
6-
git checkout master
6+
git switch main
77
git pull
88
```
99

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject dev.nubank/clj-github-mock "0.2.0"
1+
(defproject dev.nubank/clj-github-mock "0.3.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)