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

Commit

Permalink
Prepare 0.5.0 release. (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten authored Dec 6, 2019
1 parent 613ec5d commit 94097fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog for v0.x Series

## v0.5.0

_05 December 2019_

* **Implement `Xgit.Plumbing.SymbolicRef.Put`. (#252) This is an API analogue to the 2-argument form of `git symbolic-ref`.
* [API BREAKING] `Xgit.Repository.put_ref/4`: Add `:follow_link?` option. (#250)
* `Xgit.Repository.put_ref/4`: Should not fail if creating a sym ref to a non-existent ref. (#247)
* Share the code for ref-related tests in `Xgit.Repository` implementations. (#246)
* `Xgit.Repository.InMemory`: Remove a line of code that is unreachable. (#245)

## v0.4.0

_28 November 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.4.0"
@version "0.5.0"

def project do
[
Expand Down

0 comments on commit 94097fe

Please sign in to comment.