Skip to content

Commit

Permalink
Merge branch 'master' into replace_new_line_with_space
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored Mar 1, 2021
2 parents 18b1fae + 679bd56 commit ccb69ae
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 26 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed

[Unreleased]: https://github.com/greenbone/pheme/compare/v21.04-rc3...HEAD


## [21.04-rc3] - 2021-03-01
### Added
- font-family and font-size to charts [167](https://github.com/greenbone/pheme/pull/167)
### Changed
- replaced hardcoded 175 in favor of max len hostname * font size * 1.25 in bar chart [167](https://github.com/greenbone/pheme/pull/167)
- legend on the middle left instead of middle bottom [170](https://github.com/greenbone/pheme/pull/170)
### Deprecated
### Removed
### Fixed
- just contain last element of reference type within references instead of all [180](https://github.com/greenbone/pheme/pull/180)
- throw error when trying to calculate next line on missing severity [181](https://github.com/greenbone/pheme/pull/181)
- replace newlines with space on interpreted tags [182](https://github.com/greenbone/pheme/pull/182)

[Unreleased]: https://github.com/greenbone/pheme/compare/v21.04-rc2...HEAD

[21.04-rc3]: https://github.com/greenbone/pheme/compare/v21.04-rc2...v21.04-rc3

## [21.04-rc2] - 2021-01-11
### Changed
Expand Down
19 changes: 1 addition & 18 deletions pheme/version/__version__.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2020-2021 Greenbone Networks GmbH
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# pylint: disable=invalid-name

# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!

__version__ = "21.4.dev3"
__version__ = "21.4.dev4"
9 changes: 6 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pheme"
version = "21.4.dev3"
version = "21.4.dev4"
authors = ["Greenbone Networks GmbH <[email protected]>"]
license = "AGPL-3.0-or-later"
readme = "README.md"
Expand Down

0 comments on commit ccb69ae

Please sign in to comment.