Skip to content

Commit 6fe2576

Browse files
Minor version bump (#1333)
* Bump version up a minor release since we are removing some deprecated dependencies * Removed some controller tests that rely on a lib we don't use any more * Made the PG version more consistent across shard.yml versions
1 parent 504680d commit 6fe2576

File tree

4 files changed

+2
-213
lines changed

4 files changed

+2
-213
lines changed

src/amber/cli/templates/api/controller/spec/controllers/{{name}}_controller_spec.cr.ecr

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

src/amber/cli/templates/app/shard.yml.ecr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
<% case @database when "pg" -%>
3636
pg:
3737
github: will/crystal-pg
38-
version: ~> 0.23.2
38+
version: ~> 0.26.0
3939
<% when "mysql" -%>
4040
mysql:
4141
github: crystal-lang/crystal-mysql

src/amber/cli/templates/scaffold/controller/spec/controllers/{{name}}_controller_spec.cr.ecr

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

src/amber/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Amber
2-
VERSION = "1.3.2"
2+
VERSION = "1.4.0"
33
end

0 commit comments

Comments
 (0)