We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b5205 commit 3293ffcCopy full SHA for 3293ffc
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.35.0 2026-06-04
2
+
3
+- Add `syntropy new` command
4
+- Finalize work on new app template
5
6
# 0.34.4 2026-06-03
7
8
- Really fix running test in watch mode with docker compose
lib/syntropy/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Syntropy
- VERSION = '0.34.4'
+ VERSION = '0.35.0'
end
0 commit comments