From d206a64eb39574ad0233df0785c4e691de08dfd1 Mon Sep 17 00:00:00 2001 From: mingrammer Date: Mon, 13 Jul 2020 23:53:11 +0900 Subject: [PATCH] bump: up to version 0.16.0 --- CHANGELOG.md | 17 ++++++++++++----- pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43bce72a..8a5db5c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,23 @@ ### Breaking Changes - The following import changes: - - from diagrams.onprem.logging import Logstash is now from diagrams.elastic.elasticsearch import Logstash - - from diagrams.onprem.monitoring import Kibana is now from diagrams.elastic.elasticsearch import Kibana - - from diagrams.onprem.search import Elasticsearch(*) is now from diagrams.elastic.elasticsearch import Elasticsearch - *The previous icon was the company icon not the elasticsearch product, for the company icon: from diagrams.elastic.saas import Elastic + - `from diagrams.onprem.logging import Logstash` is now `from diagrams.elastic.elasticsearch import Logstash` + - `from diagrams.onprem.monitoring import Kibana` is now `from diagrams.elastic.elasticsearch import Kibana` + - `from diagrams.onprem.search import Elasticsearch(*)` is now `from diagrams.elastic.elasticsearch import Elasticsearch` + - The previous icon was the company icon not the elasticsearch product, for the company icon: `from diagrams.elastic.saas import Elastic` ### Added -- Docker local development setup [#210](https://github.com/mingrammer/diagrams/pull/210) +- Docker local development setup: [#210](https://github.com/mingrammer/diagrams/pull/210) - Support OpenStack [#211](https://github.com/mingrammer/diagrams/pull/211) +- Support SQL, Druid and Databricks +- Support Cloudinary: [#218](https://github.com/mingrammer/diagrams/pull/218) +### Fixed + +- Clean GCP resources: [#228](https://github.com/mingrammer/diagrams/pull/228) +- Support DataDog, PaperTrail, Syslog, Rsyslog and Graylog: [#222](https://github.com/mingrammer/diagrams/pull/222) +- Update all OCI icon set (bark and white): [#205](https://github.com/mingrammer/diagrams/pull/205) ## 0.15.0 diff --git a/pyproject.toml b/pyproject.toml index 2f16b2f8..c714e8c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diagrams" -version = "0.15.0" +version = "0.16.0" description = "Diagram as Code" license = "MIT" authors = ["mingrammer "]