You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,20 @@
1
1
# Changelog
2
2
3
3
## [Unreleased]
4
-
### No changes yet...
4
+
5
+
## [3.0.0]
6
+
### Notes
7
+
I am bumping the version number on on Dappurware for this release to v3.0.0. This is so that the framework and dappurware will share the same major version number. Breaking changes will only be introduced in major version updates along with the framework.
8
+
9
+
### Added
10
+
- Deployment: Database connection validation while checking requirements.
11
+
12
+
### Changed
13
+
- Deployment: Using `GIT_SSH_COMMAND` now for identity file access and removed
14
+
15
+
### Removed
16
+
- Deployment: Check and update settings functions as they were not used.
17
+
- Deployment: Install deploy key in favor of direct identity file access using `GIT_SSH_COMMAND`
0 commit comments