Skip to content

Commit 5b3907d

Browse files
committed
DB module removed
1 parent da0c27e commit 5b3907d

File tree

4 files changed

+5
-20
lines changed

4 files changed

+5
-20
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.4.2] - 2021-07-24
2+
3+
- DB module removed
4+
15
## [0.4.1] - 2021-07-24
26

37
- A little fix. Fixed an error with the wrong order of declaring variables (lol)

lib/yaframework.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
require_relative "yaframework/base"
44
require_relative "yaframework/request"
55
require_relative "yaframework/response"
6-
require_relative "yaframework/database"
76

87
module Yaframework
98
end

lib/yaframework/database.rb

Lines changed: 0 additions & 18 deletions
This file was deleted.

lib/yaframework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Yaframework
4-
VERSION = "0.4.1"
4+
VERSION = "0.4.2"
55
end

0 commit comments

Comments
 (0)