Skip to content

Commit 47ec276

Browse files
authored
Merge pull request #14 from zalando-incubator/readme_style
Readme style
2 parents 7dbfc87 + 17d3831 commit 47ec276

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.7][] - 2019-05-17
9+
10+
### Changed
11+
12+
- Alignment of badges in README.
13+
814
## [1.2.6][] - 2019-05-17
915

1016
### Added
@@ -53,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5359
- This changelog.
5460

5561

62+
[1.2.7]: https://github.com/zalando-incubator/zelt/compare/v1.2.6...v1.2.7
5663
[1.2.6]: https://github.com/zalando-incubator/zelt/compare/v1.2.5...v1.2.6
5764
[1.2.5]: https://github.com/zalando-incubator/zelt/compare/v1.2.4...v1.2.5
5865
[1.2.4]: https://github.com/zalando-incubator/zelt/compare/9513e05cb6f20ddb3459095ff771e1e8ad1ae299...3b5cc6bb09c923fa713d5f1348b39c7def97afeb

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
<p align="center"><img src="images/zelt.png"/></p>
22

3-
## Zalando end-to-end load tester
4-
5-
[![Build Status](https://travis-ci.org/zalando-incubator/zelt.svg?branch=master)](https://travis-ci.org/zalando-incubator/zelt) [![PyPI Version Badge](https://badgen.net/pypi/v/zelt)](https://pypi.org/project/zelt) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/a74dee2bbbd64da8951a3cec5059dda3)](https://www.codacy.com/app/bmaher/zelt?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=zalando-incubator/zelt&amp;utm_campaign=Badge_Grade) [![Codacy Badge](https://api.codacy.com/project/badge/Coverage/a74dee2bbbd64da8951a3cec5059dda3)](https://www.codacy.com/app/bmaher/zelt?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=zalando-incubator/zelt&amp;utm_campaign=Badge_Coverage) [![Code Style](https://badgen.net/badge/code%20style/black/000)](https://github.com/ambv/black)
3+
<h2 align="center">Zalando end-to-end load tester</h2>
4+
5+
<p align="center">
6+
<a href="https://travis-ci.org/zalando-incubator/zelt"><img alt="Build status" src="https://travis-ci.org/zalando-incubator/zelt.svg?branch=master"></a>
7+
<a href="https://pypi.org/project/zelt"><img alt="PyPI" src="https://badgen.net/pypi/v/zelt"></a>
8+
<a href="https://www.codacy.com/app/bmaher/zelt?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=zalando-incubator/zelt&amp;utm_campaign=Badge_Grade"><img alt="Code quality" src="https://api.codacy.com/project/badge/Grade/a74dee2bbbd64da8951a3cec5059dda3"></a>
9+
<a href="https://www.codacy.com/app/bmaher/zelt?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=zalando-incubator/zelt&amp;utm_campaign=Badge_Coverage"><img alt="Code coverage" src="https://api.codacy.com/project/badge/Coverage/a74dee2bbbd64da8951a3cec5059dda3"></a>
10+
<a href="https://github.com/ambv/black"><img alt="Code style: black" src="https://badgen.net/badge/code%20style/black/000"></a>
11+
</p>
612

713
A **command-line tool** for orchestrating the deployment of [Locust][] in [Kubernetes][].
814

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zelt"
3-
version = "1.2.6"
3+
version = "1.2.7"
44
description = "Zalando end-to-end load tester"
55
authors = [
66
"Brian Maher <brian.maher@zalando.de>",

0 commit comments

Comments
 (0)