Skip to content

Commit

Permalink
Minor version bump (#1333)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
crimson-knight authored Aug 1, 2023
1 parent 504680d commit 6fe2576
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 213 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion src/amber/cli/templates/app/shard.yml.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
<% case @database when "pg" -%>
pg:
github: will/crystal-pg
version: ~> 0.23.2
version: ~> 0.26.0
<% when "mysql" -%>
mysql:
github: crystal-lang/crystal-mysql
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion src/amber/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Amber
VERSION = "1.3.2"
VERSION = "1.4.0"
end

0 comments on commit 6fe2576

Please sign in to comment.