Skip to content

Commit afebe24

Browse files
Prepare 0.2.1 release
This release is only fixing issues with bad OEmbed responses which previously caused the entire exporting of the article to fail. Now it will render a message instead of the embedded element telling the viewer that the embedded element could not be loaded.
1 parent 1d6d7fe commit afebe24

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

3-
## WIP
4-
- Handle non-successful OEmbed responses
3+
## 0.2.1 - 2017/11/08
4+
**Fix**: Handle non-successful OEmbed responses by rendering message
55

66
## 0.2.0 - 2017/11/03
77
In this second release we **added support** to:

lib/article_json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ArticleJSON
2-
VERSION = '0.2.0'
2+
VERSION = '0.2.1'
33
end

spec/article_json/article_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
shared_context 'for a correctly parsed Hash' do
7676
let(:example_hash) do
7777
{
78-
article_json_version: '0.2.0',
78+
article_json_version: '0.2.1',
7979
content: [
8080
{
8181
type: :paragraph,

spec/fixtures/reference_document_parsed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"article_json_version": "0.2.0",
2+
"article_json_version": "0.2.1",
33
"content": [
44
{
55
"type": "paragraph",

0 commit comments

Comments
 (0)