dabke 0.78.1 → 0.78.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
  This changelog was generated from the git history of the project when it was
6
6
  named `scheduling-core`, prior to the rename to `dabke` in v0.78.0.
7
7
 
8
+ ## 0.78.2 (2026-02-08)
9
+
10
+ - Fix solver Docker image to support both amd64 and arm64 (Apple Silicon)
11
+ - Fix npm publish by upgrading npm before publish in CI
12
+
8
13
  ## 0.78.1 (2026-02-08)
9
14
 
10
15
  - Add AGENTS.md and CONTRIBUTING.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dabke",
3
- "version": "0.78.1",
3
+ "version": "0.78.2",
4
4
  "license": "MIT",
5
5
  "description": "Scheduling library powered by constraint programming (CP-SAT)",
6
6
  "author": "Christian Klotz <hello@christianklotz.co.uk>",