Skip to content

Commit

Permalink
changelog: separate releases with a horizontal rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson authored Sep 22, 2021
1 parent 61bbb2d commit 1369010
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ This is release v1.3.0, "Zugunruhe". This release includes only minor new featu

**Full Changelog**: https://github.com/libgit2/libgit2/compare/v1.2.0...v1.3.0

---------------------------------------------------------------------

v1.2
-----

Expand Down Expand Up @@ -217,6 +219,8 @@ This is meant to be the final minor release in the v1 lineage. v2.0 will be the

**Full Changelog**: https://github.com/libgit2/libgit2/compare/v1.1.0...v1.2.0

---------------------------------------------------------------------

v1.1
----

Expand Down Expand Up @@ -306,6 +310,8 @@ This is a bugfix release with the following changes:
has been fixed. Previously, fetching from servers like Gerrit, that
sent large data packets, would error.

---------------------------------------------------------------------

v1.0
----

Expand Down Expand Up @@ -785,6 +791,8 @@ release:
* Tyler Ang-Wanek
* Tyler Wanek

---------------------------------------------------------------------

v0.28
-----

Expand Down Expand Up @@ -933,6 +941,8 @@ v0.28
out such files is not allowed as this can make a Git implementation write
outside of the repository and bypass the fsck checks for CVE-2018-11235.

---------------------------------------------------------------------

v0.27
---------

Expand Down Expand Up @@ -1049,6 +1059,8 @@ v0.27
`git_odb_backend` interface have changed their signatures to allow providing
the object's size and type to the caller.

---------------------------------------------------------------------

v0.26
-----

Expand Down Expand Up @@ -1293,6 +1305,8 @@ v0.25
to provide the name of a merge driver to be used to handle files changed
during a merge.

---------------------------------------------------------------------

v0.24
-------

Expand Down Expand Up @@ -1408,6 +1422,8 @@ v0.24
* `git_remote_connect()` now takes a `custom_headers` argument to set
the extra HTTP header fields to send.

---------------------------------------------------------------------

v0.23
------

Expand Down Expand Up @@ -1707,6 +1723,8 @@ v0.23
* It is no longer allowed to call `git_buf_grow()` on buffers
borrowing the memory they point to.

---------------------------------------------------------------------

v0.22
------

Expand Down

0 comments on commit 1369010

Please sign in to comment.