Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2019-03-07 22:08:40 +0300
committerJohn Cai <jcai@gitlab.com>2019-03-07 22:08:40 +0300
commitf83eef762996a646eeb2dcfe1cd63e2de3d52b6c (patch)
tree7f34f0aab9df9a33ddca3f9620911b2d6a56b62c
parent60f06485c32556903c5abb017cd7de36be24923a (diff)
Version 1.26.0v1.26.0
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/jc-smart-fetch.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c966293f2..8a49cdeb1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.26.0
+
+#### Added
+- PreFetch RPC: to optimize a full fetch by doing a local clone from the fork source
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1073
+
## v1.25.0
#### Added
diff --git a/VERSION b/VERSION
index ad2191947..5ff8c4f5d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.25.0
+1.26.0
diff --git a/changelogs/unreleased/jc-smart-fetch.yml b/changelogs/unreleased/jc-smart-fetch.yml
deleted file mode 100644
index 31a2ea2cf..000000000
--- a/changelogs/unreleased/jc-smart-fetch.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: 'PreFetch RPC: to optimize a full fetch by doing a local clone from the fork source'
-merge_request: 1073
-author:
-type: added