Skip to content

Commit e4edad6

Browse files
committed
Release 8.0.2
1 parent 2c9b99f commit e4edad6

File tree

2 files changed

+67
-3
lines changed

2 files changed

+67
-3
lines changed

_data/version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
label: Rails 8.0.1
2-
date: December 13, 2024
3-
url: 2024/12/13/Rails-Version-8-0-1-has-been-released
1+
label: Rails 8.0.2
2+
date: March 11, 2025
3+
url: 2025/03/11/Rails-Version-8-0-2-has-been-released
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
layout: post
3+
title: 'Rails Version 8.0.2 has been released!'
4+
categories: releases
5+
author: rafaelfranca
6+
published: true
7+
date: 2025-03-11 23:15:00 -04:00
8+
---
9+
10+
Hi everyone,
11+
12+
I am happy to announce that Rails 8.0.2 has been released.
13+
14+
15+
## CHANGES since 8.0.1
16+
17+
To see a summary of changes, please read the release on GitHub:
18+
19+
[8.0.2 CHANGELOG](https://github.com/rails/rails/releases/tag/v8.0.2)
20+
To view the changes for each gem, please read the changelogs on GitHub:
21+
* [Action Cable CHANGELOG](https://github.com/rails/rails/blob/v8.0.2/actioncable/CHANGELOG.md)
22+
* [Action Mailbox CHANGELOG](https://github.com/rails/rails/blob/v8.0.2/actionmailbox/CHANGELOG.md)
23+
* [Action Mailer CHANGELOG](https://github.com/rails/rails/blob/v8.0.2/actionmailer/CHANGELOG.md)
24+
* [Action Pack CHANGELOG](https://github.com/rails/rails/blob/v8.0.2/actionpack/CHANGELOG.md)
25+
* [Action Text CHANGELOG](https://github.com/rails/rails/blob/v8.0.2/actiontext/CHANGELOG.md)
26+
* [Action View CHANGELOG](https://github.com/rails/rails/blob/v8.0.2/actionview/CHANGELOG.md)
27+
* [Active Job CHANGELOG](https://github.com/rails/rails/blob/v8.0.2/activejob/CHANGELOG.md)
28+
* [Active Model CHANGELOG](https://github.com/rails/rails/blob/v8.0.2/activemodel/CHANGELOG.md)
29+
* [Active Record CHANGELOG](https://github.com/rails/rails/blob/v8.0.2/activerecord/CHANGELOG.md)
30+
* [Active Storage CHANGELOG](https://github.com/rails/rails/blob/v8.0.2/activestorage/CHANGELOG.md)
31+
* [Active Support CHANGELOG](https://github.com/rails/rails/blob/v8.0.2/activesupport/CHANGELOG.md)
32+
* [Railties CHANGELOG](https://github.com/rails/rails/blob/v8.0.2/railties/CHANGELOG.md)
33+
34+
35+
*Full listing*
36+
37+
To see the full list of changes, [check out all the commits on
38+
GitHub](https://github.com/rails/rails/compare/v8.0.1...v8.0.2).
39+
40+
## SHA-256
41+
42+
If you'd like to verify that your gem is the same as the one I've uploaded,
43+
please use these SHA-256 hashes.
44+
45+
Here are the checksums for 8.0.2:
46+
47+
```
48+
8565cddba31b900cdc17682fd66ecd020441e3eef320a9930285394e8c07a45e activesupport-8.0.2.gem
49+
0ae1fb7fa1fae0699ba041a9e97702df42ea3b13f2d39f2d0fde51fca5f0656c activemodel-8.0.2.gem
50+
793470b92c44e4198d0262ac60086b7822f0ea585079ad67e32a6e4c86f2d90a activerecord-8.0.2.gem
51+
e038e1405cdfc18f04f17243da4fb8eeda3a4992f63a6d70a7281d255cf7cebb actionview-8.0.2.gem
52+
93e703064f3815295ccf820f57acbca719aec836749597da9262781c9b2f4b78 actionpack-8.0.2.gem
53+
b0228b45e36b1ef3a081c684e81494147e094a6baf729018756ccf125b1853ca activejob-8.0.2.gem
54+
b0c968b38576ec56a3dc2795931818e0aaae6a18cc9801f53f175c12d4b277d0 actionmailer-8.0.2.gem
55+
7bcce2df62e91a80143592600e16583c273e98aab50ae40a9f6a2604bb3289a0 actioncable-8.0.2.gem
56+
f83d221e0f06ae38f2200e55490bd155c76d0add330f6e300e8646048d672977 activestorage-8.0.2.gem
57+
3d8fb3453913e6257da4d02004bbfa2b997dfd10672f8d990e95013983e2cedb actionmailbox-8.0.2.gem
58+
a40db32032ee2fbb479d5d69318c4284344c1cda73836fd73ffcdb917d203abf actiontext-8.0.2.gem
59+
0d7c3f40c49ba74980f1bac1d4bb153a9331c5ee8a9631d89c7bf79db82e5cf9 railties-8.0.2.gem
60+
fdfaa5a83ec0388e02864e88d515959caedc88053b5f701c4deb1652d8f164c6 rails-8.0.2.gem
61+
62+
```
63+
64+
As always, huge thanks to the many contributors who helped with this release.

0 commit comments

Comments
 (0)