Skip to content

Commit 2a751d1

Browse files
release: prepare v0.1.0 (#16)
1 parent eaedef5 commit 2a751d1

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
# CHANGELOG
2+
3+
## [0.1.0](https://github.com/code-vedas/rails_cron/tree/v0.1.0) (2025-11-04)
4+
5+
[Full Changelog](https://github.com/code-vedas/rails_cron/compare/197ad36e7e482b0541b8162d779b55cbd58a4868...v0.1.0)
6+
7+
## 📦 Build
8+
9+
- build: rails_cron gem skeleton @niteshpurohit (#15)

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ⏰ RailsCron — Distributed Cron Scheduler for Rails
22

3-
> First release 0.0.1 is empty gem.
3+
> First release 0.1.0 is empty gem.
44
> A scheduler-agnostic, multi-node-safe cron runner for Ruby and Rails.
55
> Designed and maintained by **Codevedas Inc.**
66
@@ -11,7 +11,6 @@
1111
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
1212
![PostgreSQL](https://img.shields.io/badge/PostgreSQL-12%2B-336791?style=flat-square&logo=postgresql&logoColor=white)
1313
![Redis](https://img.shields.io/badge/Redis-6%2B-d92b2b?style=flat-square&logo=redis&logoColor=white)
14-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
1514

1615
---
1716

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nav_order: 1
66

77
# Rails Cron (rails_cron)
88

9-
> First release 0.0.1 is empty gem.
9+
> First release 0.1.0 is empty gem.
1010
1111
[![Gem](https://img.shields.io/gem/v/rails_cron.svg?style=flat-square)](https://rubygems.org/gems/rails_cron)
1212
[![CI](https://github.com/Code-Vedas/rails_cron/actions/workflows/ci.yml/badge.svg)](https://github.com/Code-Vedas/rails_cron/actions/workflows/ci.yml)

rails_cron/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ⏰ RailsCron
22

3-
> First release 0.0.1 is empty gem.
3+
> First release 0.1.0 is empty gem.
44
> 🕒 A scheduler-agnostic, multi-node-safe cron runner for Ruby and Rails — with Redis or Postgres advisory locks.
55
66
[![Gem](https://img.shields.io/gem/v/rails_cron.svg?style=flat-square)](https://rubygems.org/gems/rails_cron)
@@ -10,7 +10,6 @@
1010
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
1111
![PostgreSQL](https://img.shields.io/badge/PostgreSQL-12%2B-336791?style=flat-square&logo=postgresql&logoColor=white)
1212
![Redis](https://img.shields.io/badge/Redis-6%2B-d92b2b?style=flat-square&logo=redis&logoColor=white)
13-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
1413

1514
---
1615

0 commit comments

Comments
 (0)