From 305b3050076eda152c70ab93fcafb930acbdd1b9 Mon Sep 17 00:00:00 2001 From: Igor Zolotarev Date: Tue, 20 Sep 2022 16:09:18 +0300 Subject: [PATCH] Release 0.15.1 --- .github/workflows/test.yml | 20 ++++++++++---------- CHANGELOG.md | 1 + 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6658b22c..3ebedc5c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,17 +48,17 @@ jobs: - name: test run: make test_with_coverage_report - packpack: - runs-on: ubuntu-latest - needs: test - steps: - - uses: actions/checkout@v2 + # packpack: + # runs-on: ubuntu-latest + # needs: test + # steps: + # - uses: actions/checkout@v2 - - name: packpack - run: | - git clone https://github.com/packpack/packpack.git packpack - OS=el DIST=7 packpack/packpack - ls -l build/ + # - name: packpack + # run: | + # git clone https://github.com/packpack/packpack.git packpack + # OS=el DIST=7 packpack/packpack + # ls -l build/ promtool: runs-on: ubuntu-latest diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bc073d6..50337034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.1] - 2022-09-20 ### Added - `memtx` MVCC memory monitoring