Skip to content

Commit f62950e

Browse files
Release 0.15.1 (#409)
1 parent 2a813cc commit f62950e

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ jobs:
4848
- name: test
4949
run: make test_with_coverage_report
5050

51-
packpack:
52-
runs-on: ubuntu-latest
53-
needs: test
54-
steps:
55-
- uses: actions/checkout@v2
51+
# packpack:
52+
# runs-on: ubuntu-latest
53+
# needs: test
54+
# steps:
55+
# - uses: actions/checkout@v2
5656

57-
- name: packpack
58-
run: |
59-
git clone https://github.com/packpack/packpack.git packpack
60-
OS=el DIST=7 packpack/packpack
61-
ls -l build/
57+
# - name: packpack
58+
# run: |
59+
# git clone https://github.com/packpack/packpack.git packpack
60+
# OS=el DIST=7 packpack/packpack
61+
# ls -l build/
6262

6363
promtool:
6464
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.15.1] - 2022-09-20
910
### Added
1011

1112
- `memtx` MVCC memory monitoring

0 commit comments

Comments
 (0)