Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Prepare 0.2.5 release. (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten committed Oct 9, 2019
1 parent 55908bc commit faf7c16
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog for v0.x Series

## v0.2.5

_08 October 2019_

* **Implement `Xgit.Plumbing.CommitTree`. (#191)
* Introduce `Xgit.Core.Commit` struct. (#182)
* [BUG FIX]: Unable to decode certain `tree` structures. (#183)
* Implement `Xgit.Core.Commit.to_object/1`. (#184)
* Fix broken `coveralls-ignore` comments. (#186)
* Refactor the basics of how tests are set up. (#187)
* Clean up issues flagged by ElixirLS. (#188)
* `OnDiskRepoTestCase`: Make it possible to override the temporary directory for testing purposes. (#189, #190)

## v0.2.4

_28 September 2019_
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Xgit.MixProject do
use Mix.Project

@version "0.2.4"
@version "0.2.5"

def project do
[
Expand Down

0 comments on commit faf7c16

Please sign in to comment.