Skip to content

Commit

Permalink
chore: Release v2.19.1 (meltano#7737)
Browse files Browse the repository at this point in the history
chore: Bump package version

Co-authored-by: edgarrmondragon <edgarrmondragon@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and edgarrmondragon committed Jun 2, 2023
1 parent cf26686 commit 1b2b809
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 5 deletions.
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.19.1 (2023-06-02)

### 🐛 Fixes

- [#7644](https://github.com/meltano/meltano/issues/7644) Install schedule elt style and mappings
- [#7636](https://github.com/meltano/meltano/issues/7636) Print a clearer message when `meltano.yml` is empty -- _**Thanks @rawwar!**_

### 📚 Documentation Improvements

- [#7732](https://github.com/meltano/meltano/issues/7732) Update Meltano Cloud GitHub App Installation Docs
- [#7717](https://github.com/meltano/meltano/issues/7717) Update onboarding docs
- [#7724](https://github.com/meltano/meltano/issues/7724) Add Cloud CLI docs for `deployment` command
- [#7722](https://github.com/meltano/meltano/issues/7722) Add credit pricing, clarify expiration
- [#7713](https://github.com/meltano/meltano/issues/7713) Spelling oopsie -- _**Thanks @visch!**_
- [#7706](https://github.com/meltano/meltano/issues/7706) Add egress pricing and Credit expiration (after 1 year of non-use) to Cloud Fees
- [#7703](https://github.com/meltano/meltano/issues/7703) Correct name of meltano-map-transformer in add command -- _**Thanks @mjsqu!**_
- [#7702](https://github.com/meltano/meltano/issues/7702) Fix typo in `docs/src/_guide/integration.md` -- _**Thanks @burmecia!**_
- [#7694](https://github.com/meltano/meltano/issues/7694) Add cloud python version
- [#7678](https://github.com/meltano/meltano/issues/7678) Refresh getting started guide
- [#7630](https://github.com/meltano/meltano/issues/7630) Add details on platinum connectors
- [#7639](https://github.com/meltano/meltano/issues/7639) Promote `pipx` to install Meltano

## v2.19.0 (2023-05-02)

### ✨ New
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.19.0",
"version": "2.19.1",
"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.19.0"
version = "2.19.1"
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.19.0"
version = "2.19.1"
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.19.0"
__version__ = "2.19.1"
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.19.0",
"version": "2.19.1",
"private": true,
"scripts": {
"dev": "npm run serve",
Expand Down

0 comments on commit 1b2b809

Please sign in to comment.