bilingual-jekyll-resume-theme 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7a160407a794060fef19ecf9df069af68dd152f04903fca2df9be92e6739a0e1
|
|
4
|
+
data.tar.gz: 6d8df24a03c4031c201789dafd68785e83841e15c61c096ded7981e431957008
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd7ac5fa5738962bf6a1a2f52b0d76809b7d7ceb195b8e16b6d06ea6767b3e8230520f940654cfb33c09d8b56cfca1dfe552fd7707cde23ce46a6ea97f14abd6
|
|
7
|
+
data.tar.gz: e9acabde4734416d1350a24a0aab3356da47bec4f6f37c56752760a667a3387d2eaa2aab57605f35d352a9ef9e25b2a249a7366050b1beacd998f5d5a086a0d8
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
## [0.5.2] - 2026-05-09
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
* Add GitHub Actions workflow for publishing Ruby gem ([`0f8fd88`](https://github.com/kmutahar/bilingual-jekyll-resume-theme/commit/0f8fd889776fbc4be385c9c55fcbc6dbc04c2938))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
* Update GitHub Actions workflow for publishing Ruby gem with improved comments and version compatibility ([`5c2095c`](https://github.com/kmutahar/bilingual-jekyll-resume-theme/commit/5c2095ca4818c34fc75bd214e43f527ba3d4db18))
|
|
15
|
+
|
|
7
16
|
## [0.5.1] - 2026-05-09
|
|
8
17
|
|
|
9
18
|
### Changed
|
|
@@ -134,6 +143,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
134
143
|
|
|
135
144
|
* Initial commit (New Theme Template) ([`00af662`](https://github.com/kmutahar/bilingual-jekyll-resume-theme/commit/00af6628dfec7aefe0ef7d7083bf98c9713a5ffd))
|
|
136
145
|
|
|
146
|
+
[0.5.2]: https://github.com/kmutahar/bilingual-jekyll-resume-theme/compare/v0.5.1...0.5.2
|
|
137
147
|
[0.5.1]: https://github.com/kmutahar/bilingual-jekyll-resume-theme/compare/v0.5.0...v0.5.1
|
|
138
148
|
[0.5.0]: https://github.com/kmutahar/bilingual-jekyll-resume-theme/compare/v0.4.0...v0.5.0
|
|
139
149
|
[0.4.0]: https://github.com/kmutahar/bilingual-jekyll-resume-theme/compare/v0.3.1...v0.4.0
|