Skip to content

Commit 4f0c5e7

Browse files
committed
v0.3.0
1 parent cdd9d09 commit 4f0c5e7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## 0.3.0
4+
5+
- Move previews to `test/social_cards/previews/` by default to match `ActionMailer`
6+
- Rename `image_to_data_url` to `attachment_data_url`
7+
38
## 0.2.0
49

510
Start of this document.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ end
134134
Create preview classes:
135135

136136
```ruby
137-
# app/social_cards/previews/post_social_card_preview.rb
137+
# test/social_cards/previews/post_social_card_preview.rb
138138
class PostSocialCardPreview
139139
def default
140140
PostSocialCard.new(Post.first)
@@ -152,4 +152,3 @@ Visit `http://localhost:3000/rails/social_cards` to preview all cards.
152152
## License
153153

154154
MIT
155-

lib/social_construct/version.rb

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

0 commit comments

Comments
 (0)