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 da0c27e commit 5b3907dCopy full SHA for 5b3907d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [0.4.2] - 2021-07-24
2
+
3
+- DB module removed
4
5
## [0.4.1] - 2021-07-24
6
7
- A little fix. Fixed an error with the wrong order of declaring variables (lol)
lib/yaframework.rb
@@ -3,7 +3,6 @@
require_relative "yaframework/base"
require_relative "yaframework/request"
require_relative "yaframework/response"
-require_relative "yaframework/database"
8
module Yaframework
9
end
lib/yaframework/database.rb
lib/yaframework/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
- VERSION = "0.4.1"
+ VERSION = "0.4.2"
0 commit comments