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

Commit

Permalink
Prepare 0.3.0 release. (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten committed Oct 19, 2019
1 parent 6bd9f8e commit 5778914
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog for v0.x Series

## v0.3.0

_19 October 2019_

* **Implement `Xgit.Plumbing.CatFile.Commit`. This is an API equivalent to `git cat-file -p` when the target object is of type `commit`. (#207)
* Implement `Xgit.Core.Commit.from_object/1`. (#204, #205, #206)
* [API BREAKING] Make `Xgit.Util.*` modules private. (#201)
* [API BREAKING] Remove `Xgit.Util.RawParseUtils`. (#195, #198, #199, #200)
* Move `parse_timzeone_offset` into `Xgit.Core.PersonIdent`. (#197)
* Implement `Xgit.Util.ParseCharlist.decode_ambiguous_charlist/1`. (#196)
* Bump credo from 1.1.4 to 1.1.5 (#194)

## v0.2.5

_08 October 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.5"
@version "0.3.0"

def project do
[
Expand Down

0 comments on commit 5778914

Please sign in to comment.