Skip to content

Commit 8f0b923

Browse files
committed
Release v0.34.0
1 parent 85bcf57 commit 8f0b923

8 files changed

Lines changed: 22 additions & 13 deletions

.github/workflows/build_arduino_examples_matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build examples
22

33
on:
44
push:
5-
branches: [ master, refactor ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ master, refactor ]
7+
branches: [ master ]
88

99
jobs:
1010
build:

.github/workflows/build_examples_esp32_tasmota_2_0_15.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Build examples for esp32 @ esp32_tasmota 2.0.15
33

44
on:
55
push:
6-
branches: [ master, refactor ]
6+
branches: [ master ]
77
pull_request:
8-
branches: [ master, refactor ]
8+
branches: [ master ]
99

1010
jobs:
1111
build:

.github/workflows/build_examples_esp_idf_project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build examples for an ESP-IDF project
22

33
on:
44
push:
5-
branches: [ master, refactor ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ master, refactor ]
7+
branches: [ master ]
88

99
jobs:
1010
build:

.github/workflows/build_idf_examples_matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name: Build idf examples
77

88
on:
99
push:
10-
branches: [ master, refactor ]
10+
branches: [ master ]
1111
pull_request:
12-
branches: [ master, refactor ]
12+
branches: [ master ]
1313

1414
jobs:
1515
build:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Run pc-based tests
22

33
on:
44
push:
5-
branches: [ master, refactor ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ master, refactor ]
7+
branches: [ master ]
88

99
jobs:
1010
build:

.github/workflows/test_avr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Run tests with simavr
22

33
on:
44
push:
5-
branches: [ master, refactor ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ master, refactor ]
7+
branches: [ master ]
88

99
jobs:
1010
build:

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.34.0:
2+
- Major internal refactoring: reorganize code into subdirectories
3+
- `fas_queue/` - queue implementation
4+
- `fas_ramp/` - ramp calculation
5+
- `log2/` - Log2Representation
6+
- `pd_avr/`, `pd_esp32/`, `pd_pico/`, `pd_sam/` - platform drivers
7+
- Remove circular dependencies between headers
8+
- No API changes, fully backwards compatible
9+
110
0.33.14:
211
- #348: Fix for unexpected motor stop at slow speed
312

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=FastAccelStepper
2-
version=0.33.14
2+
version=0.34.0
33
license=MIT
44
author=Jochen Kiemes <jochen@kiemes.de>
55
maintainer=Jochen Kiemes <jochen@kiemes.de>

0 commit comments

Comments
 (0)