Skip to content

Commit c4044b3

Browse files
authored
Remove horizontal rules from changelog
1 parent c85d7ff commit c4044b3

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

CHANGELOG.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
---
21
## gitlab-mirrors v0.6.1
32

43
* Fixed referencing v3 API. See [PR #110][#110]
54

65
[#110]: https://github.com/samrocketman/gitlab-mirrors/pull/110
76

8-
---
97
## gitlab-mirrors v0.6.0
108

119
* Consolidate user options and deps inclusion. See [PR #104][#104]
@@ -14,15 +12,13 @@
1412
[#100]: https://github.com/samrocketman/gitlab-mirrors/pull/100
1513
[#104]: https://github.com/samrocketman/gitlab-mirrors/pull/104
1614

17-
---
1815
## gitlab-mirrors v0.5.3
1916

2017
* Bugfix `git-mirrors.sh` while loop executing in a subshell and the value of
2118
`STATUS` being lost. See [PR #92][#92].
2219

2320
[#92]: https://github.com/samrocketman/gitlab-mirrors/pull/92
2421

25-
---
2622
## gitlab-mirrors v0.5.2
2723

2824
* Certified compatibility with GitLab 8.1.4.
@@ -31,14 +27,12 @@
3127
GitLab 8.x. This prevented projects being properly created in GitLab under
3228
the mirror namespace.
3329

34-
---
3530
## gitlab-mirrors v0.5.1
3631

3732
* Certified compatibility with GitLab 7.6.2.
3833
* Documentation updates.
3934
* Add logging to gitlab-mirrors.
4035

41-
---
4236
## gitlab-mirrors v0.5.0
4337

4438
* Support pushing to GitLab via HTTP instead of SSH.
@@ -49,7 +43,6 @@
4943
* More meaningful import error message for gitlab3 python module.
5044
* Minor documentation updates and grammar fixes.
5145

52-
---
5346
## gitlab-mirrors v0.4.9
5447

5548
* Better documentation when viewed from the command line. No longer stretches
@@ -63,41 +56,34 @@
6356
used at all. It would falsely fail all scripts.
6457
* Bugfix where svn is sometimes bare causing the update to fail at rare times.
6558

66-
---
6759
## gitlab-mirrors v0.4.8
6860

6961
* Fix bad prerequisite installation docs.
7062

71-
---
7263
## gitlab-mirrors v0.4.7
7364

7465
* Update installation docs to clarify gitlab-mirrors installation process.
7566

76-
---
7767
## gitlab-mirrors v0.4.6
7868

7969
* Fix bug where all scripts break without a meaningful message if config.sh is
8070
not present.
8171

82-
---
8372
## gitlab-mirrors v0.4.5
8473

8574
* Updated docs for Mercurial mirror management.
8675

87-
---
8876
## gitlab-mirrors v0.4.4
8977

9078
* Added Mercurial mirroring support. `add_mirror.sh` now has the `--hg` option
9179
when adding a repository.
9280

93-
---
9481
## gitlab-mirrors v0.4.3
9582

9683
* Added `no_create_set` option to `config.sh`. This option forces the user to
9784
always provide a remote for pushing repositories via the `--no-create` option
9885
in `add_mirror.sh`.
9986

100-
---
10187
## gitlab-mirrors v0.4.2
10288

10389
* Added `--no-create` option to `add_mirror.sh` which gives the script the
@@ -108,12 +94,10 @@
10894
copy of the mirror and does not attempt communication with GitLab. This is
10995
the delete equivalent of `--no-create`.
11096

111-
---
11297
## gitlab-mirrors v0.4.1
11398

11499
* Added upgrade docs for upgrading v0.3 to v0.4
115100

116-
---
117101
## gitlab-mirrors v0.4.0
118102

119103
* Added contributing guidelines
@@ -124,22 +108,19 @@
124108
instead of pyapi-gitlab (formerly python-gitlab).
125109
* Added `ssl_verify` option to [`config.sh`](config.sh.SAMPLE)
126110

127-
---
128111
## gitlab-mirrors v0.3.1
129112

130113
* Updating prerequisite noting minimum git version 1.5.4. Thanks user
131114
grawity@freenode from `#git`. grawity also mentioned git 1.6.5 for
132115
gitlab-mirrors 0.4.x because that's when transport helpers were introduced.
133116

134-
---
135117
## gitlab-mirrors v0.3.0
136118

137119
* Certified compatibility with GitLab 6.2.
138120
* Upgraded prerequisites to a newer version of `pyapi-gitlab` (formerly
139121
`python-gitlab`).
140122
* Added upgrade documentation.
141123

142-
---
143124
## gitlab-mirrors v0.2.10
144125

145126
* This is a bugfix release in the gitlab-6-0 branch series. From now on all
@@ -150,13 +131,11 @@
150131
* Updating installation docs adding note about `Mirrors` group creation step in
151132
gitlab, thanks @lmakarov.
152133

153-
---
154134
## gitlab-mirrors v0.2.9
155135

156136
* `git-mirrors.sh` major bugfix where working directory was not properly set
157137
before executing mirror updates. This caused the `cron` job to fail.
158138

159-
---
160139
## gitlab-mirrors v0.2.8
161140

162141
* Fixed bug where `manage_gitlab_project.py` would attempt to move a project
@@ -166,12 +145,10 @@
166145
* Added support documentation for running `gitlab-mirrors` from a
167146
non-administrative user.
168147

169-
---
170148
## gitlab-mirrors v0.2.7
171149

172150
* Renamed `CHANGELOG` to `CHANGELOG.md`
173151

174-
---
175152
## gitlab-mirrors v0.2.6
176153

177154
* *New Feature* command `ls-mirrors.sh`!
@@ -184,7 +161,6 @@
184161
* Required an upstream merge request to the `python-gitlab` library.
185162
* Fixed bug added `merge_requests_enabled` to `config.sh.SAMPLE`.
186163

187-
---
188164
## gitlab-mirrors v0.2.5
189165

190166
* Fixed a critical bug with pagination where API user can't view more projects
@@ -194,31 +170,26 @@
194170
* Updated documentation to reference my `bugfix-edition` of `python-gitlab` in
195171
the prerequisites.
196172

197-
---
198173
## gitlab-mirrors v0.2.4
199174

200175
* Fixing critical `git-svn` mirror bug. SVN mirroring did not update properly
201176
prior to this version.
202177

203-
---
204178
## gitlab-mirrors v0.2.3
205179

206180
* Adding a final catch error message to `add_mirror.sh`.
207181
* `RELEASE` file for more consistent releases.
208182

209-
---
210183
## gitlab-mirrors v0.2.2
211184

212185
* Safer environment variable option checking for `config.sh` in `add_mirror.sh`
213186
command.
214187
* Added Features to `README`
215188

216-
---
217189
## gitlab-mirrors v0.2.1
218190

219191
* CHANGELOG update
220192

221-
---
222193
## gitlab-mirrors v0.2
223194

224195
* Renamed project from `git-mirrors` to `gitlab-mirrors`.
@@ -237,12 +208,10 @@
237208
* `manage_gitlab_project.py` has a little better error handling.
238209
* Added `optparse` for better argument handling.
239210

240-
---
241211
## git-mirrors v0.1.1
242212

243213
* Minor update to documentation adding project URL to docs.
244214

245-
---
246215
## git-mirrors v0.1
247216

248217
* Initial project release. Project gives admins the ability to have mirrors of

0 commit comments

Comments
 (0)