Skip to content

Commit

Permalink
rev v3.2.1 - bump changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vortigont committed Aug 6, 2024
1 parent 685e311 commit 78bf159
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pio_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,28 @@ jobs:
build:

runs-on: ubuntu-latest
if: github.repository == 'vortigont/espem'
strategy:
matrix:
code:
- "."

steps:
- uses: actions/checkout@v3
- name: PIO Cache
id: cache-pio
uses: actions/cache@v3
- uses: actions/checkout@v4
- name: PIP Cache
id: cache-pip
uses: actions/cache@v4
env:
cache-name: cache-pio-pkgs
cache-name: cache-pip-pkgs
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio-${{env.cache-name}}
key: ${{ runner.os }}-pip-${{env.cache-name}}
restore-keys: |
${{ runner.os }}-pio-
${{ runner.os }}-
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install Platformio
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## v3.2.1 (2024-08-06)
* fix crashing in UI if TS datasource is not available somehow
* adopt to asyncserver 3.x
* Bump EmbUI to v3.1.2


## v3.2.0 (2023-12-09)
* Update readme
+ implement Tiered TimeSeries data sampling
Expand Down

0 comments on commit 78bf159

Please sign in to comment.