Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips-nz committed Dec 12, 2021
1 parent a4c2519 commit 2341664
Show file tree
Hide file tree
Showing 28 changed files with 35 additions and 27 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 3.0.0

* Add `collections_config_override`
* Ensure `paths.data` doesnt start with slash
* Support external configuration files
* Remove template rendering step and write output directly
* Update output to support schema version `0.0.3`

# 2.3.4

* Add `_editables`
Expand Down
2 changes: 1 addition & 1 deletion lib/cloudcannon-jekyll/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CloudCannonJekyll
VERSION = '2.3.4'
VERSION = '3.0.0'
end
2 changes: 1 addition & 1 deletion spec/expected/2.4.0/collections-config-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/2.4.0/json-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/2.4.0/legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/2.4.0/no-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/2.4.0/site-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/2.4.0/yaml-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/3.0.0/collections-config-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/3.0.0/json-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/3.0.0/legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/3.0.0/no-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/3.0.0/site-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/3.0.0/yaml-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/3.8.5/collections-config-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/3.8.5/json-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/3.8.5/legacy-collections-dir.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/3.8.5/legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/3.8.5/no-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/3.8.5/site-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/3.8.5/yaml-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/4.2.1/collections-config-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/4.2.1/json-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/4.2.1/legacy-collections-dir.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/4.2.1/legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/4.2.1/no-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/4.2.1/site-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down
2 changes: 1 addition & 1 deletion spec/expected/4.2.1/yaml-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.3",
"cloudcannon": {
"name": "cloudcannon-jekyll",
"version": "2.3.4"
"version": "3.0.0"
},
"generator": {
"name": "jekyll",
Expand Down

0 comments on commit 2341664

Please sign in to comment.