Skip to content

Commit

Permalink
chore: Release v2.15.3 (meltano#7300)
Browse files Browse the repository at this point in the history
Co-authored-by: WillDaSilva <WillDaSilva@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and WillDaSilva committed Feb 9, 2023
1 parent bcbc08a commit 8048580
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.15.3 (2023-02-09)

### 🐛 Fixes

- [#7294](https://github.com/meltano/meltano/issues/7294) Avoid casting settings before env var expansion

### 📚 Documentation Improvements

- [#7050](https://github.com/meltano/meltano/issues/7050) Add "variant" prompt and description to custom plugin development docs
- [#7292](https://github.com/meltano/meltano/issues/7292) Fix typo in settings reference

## v2.15.2 (2023-02-08)

### 🐛 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.15.2",
"version": "2.15.3",
"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.15.2"
version = "2.15.3"
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 @@ -489,7 +489,7 @@ skip_covered = true
[tool.commitizen]
name = "cz_version_bump"
tag_format = "v$major.$minor.$patch$prerelease"
version = "2.15.2"
version = "2.15.3"
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.15.2"
__version__ = "2.15.3"
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.15.2",
"version": "2.15.3",
"private": true,
"scripts": {
"dev": "npm run serve",
Expand Down

0 comments on commit 8048580

Please sign in to comment.