File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ 1.0.12
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.12] - 2023-02-03
11
+
12
+ ### Changed
13
+
14
+ - Adiciona workflow de deployment padronizado ao projeto por @danilogco
15
+
10
16
## [ 1.0.11] - 2022-07-22
11
17
12
18
### Changed
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ module Zaig
8
8
# Major - Incremented for incompatible changes with previous release (or big enough new features)
9
9
# Minor - Incremented for new backwards-compatible features + deprecations
10
10
# Patch - Incremented for backwards-compatible bug fixes
11
- VERSION = "1.0.11"
11
+ VERSION = File . read ( ".version" ) . strip
12
12
end
You can’t perform that action at this time.
0 commit comments