Skip to content

Commit

Permalink
chore: Release v2.18.0 (meltano#7602)
Browse files Browse the repository at this point in the history
Co-authored-by: kgpayne <kgpayne@users.noreply.github.com>
Co-authored-by: Ken Payne <ken@meltano.com>
  • Loading branch information
3 people committed Apr 25, 2023
1 parent ebb820c commit 7b40011
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ venv/
ENV/
env.bak/
venv.bak/
.env.dev
.env.*

# Spyder project settings
.spyderproject
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Changelog](http://keepachangelog.com/).

## v2.18.0 (2023-04-25)

### ✨ New

- [#7555](https://github.com/meltano/meltano/issues/7555) Add docs command
- [#7097](https://github.com/meltano/meltano/issues/7097) Feature flag to disable calls to Hub and `discovery.yml` outside of `add` and `discover`

### 🐛 Fixes

- [#7537](https://github.com/meltano/meltano/issues/7537) Add correct type for state_backend lock settings
- [#7490](https://github.com/meltano/meltano/issues/7490) Install Meltano extras in Docker image

### 📚 Documentation Improvements

- [#7585](https://github.com/meltano/meltano/issues/7585) Updates for Meltano Cloud GitHub App permissions and remove Alpha references
- [#7582](https://github.com/meltano/meltano/issues/7582) Include fix for git+ssh urls with colons -- _**Thanks @acarter24!**_
- [#7579](https://github.com/meltano/meltano/issues/7579) Change "meltano cloud" to "meltano-cloud" during Beta
- [#7571](https://github.com/meltano/meltano/issues/7571) Remove dead link to GitLab container registry -- _**Thanks @longtomjr!**_
- [#7566](https://github.com/meltano/meltano/issues/7566) Remove references to --include-related -- _**Thanks @msardana94!**_
- [#7545](https://github.com/meltano/meltano/issues/7545) Update link to Meltano dbt Jaffle shop example -- _**Thanks @flexponsive!**_
- [#7482](https://github.com/meltano/meltano/issues/7482) Add the Matatika GitHub Analytics project to the example projects page -- _**Thanks @DanielPDWalker!**_

## v2.17.1 (2023-04-04)

### 🐛 Fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "meltano.com",
"author": "Meltano Team & Contributors <hello@meltano.com>",
"license": "MIT",
"version": "2.17.1",
"version": "2.18.0",
"description": "https://meltano.com",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "meltano"
version = "2.17.1"
version = "2.18.0"
description = "Meltano is your CLI for ELT+: Open Source, Flexible, and Scalable. Move, transform, and test your data with confidence using a streamlined data engineering workflow you’ll love."
authors = ["Meltano <hello@meltano.com>"]
license = "MIT"
Expand Down Expand Up @@ -479,7 +479,7 @@ skip_covered = true
[tool.commitizen]
name = "cz_version_bump"
tag_format = "v$major.$minor.$patch$prerelease"
version = "2.17.1"
version = "2.18.0"
version_files = [
"pyproject.toml:^version =",
"src/meltano/__init__.py:^__version__ =",
Expand Down
2 changes: 1 addition & 1 deletion src/meltano/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from __future__ import annotations

# Managed by commitizen
__version__ = "2.17.1"
__version__ = "2.18.0"
2 changes: 1 addition & 1 deletion src/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meltano-webapp",
"version": "2.17.1",
"version": "2.18.0",
"private": true,
"scripts": {
"dev": "npm run serve",
Expand Down

0 comments on commit 7b40011

Please sign in to comment.