Skip to content

Commit

Permalink
chore: Release v2.16.0 (meltano#7340)
Browse files Browse the repository at this point in the history
Co-authored-by: Will Da Silva <will@willdasilva.xyz>
  • Loading branch information
github-actions[bot] and WillDaSilva committed Feb 21, 2023
1 parent 3fda9fe commit 41b9ab4
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
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.16.0 (2023-02-21)

### ✨ New

- [#7287](https://github.com/meltano/meltano/issues/7287) Add support for `annotations` to provide documentation and 3rd-party configurations in `meltano.yml`
- [#7148](https://github.com/meltano/meltano/issues/7148) Add the `meltano compile` command to generate Meltano manifest files

### 🐛 Fixes

- [#7331](https://github.com/meltano/meltano/issues/7331) Merge environment-level annotations into top level in manifest
- [#7320](https://github.com/meltano/meltano/issues/7320) Correct trimming of state backend URIs for filesystem backends
- [#7299](https://github.com/meltano/meltano/issues/7299) Respect `requests`/`curl` custom Certificate Authorities env vars

### ⚙️ Under the Hood

- [#7273](https://github.com/meltano/meltano/issues/7273) Add `settings` and `plugins` attributes to `Project`

### 📚 Documentation Improvements

- [#7322](https://github.com/meltano/meltano/issues/7322) State that the `meltano compile` command is in beta
- [#7329](https://github.com/meltano/meltano/issues/7329) Update airbyte FAQ
- [#7315](https://github.com/meltano/meltano/issues/7315) Escaping `$` in `meltano config <plugin> set`
- [#7301](https://github.com/meltano/meltano/issues/7301) Refresh to prefer 'run' and 'invoke' over 'elt', and 'utilities' over 'transformers' and 'orchestrators'

## v2.15.3 (2023-02-09)

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

0 comments on commit 41b9ab4

Please sign in to comment.