Skip to content

Commit

Permalink
Bump version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serradura committed Feb 1, 2024
1 parent 6aff2ed commit 1ba99a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- [\[Unreleased\]](#unreleased)
- [\[1.0.0.beta1\] - 2024-01-31](#100beta1---2024-01-31)
- [\[0.13.0\] - 2024-02-01](#0130---2024-02-01)
- [Added](#added)
- [Changed](#changed)
- [\[0.12.0\] - 2024-01-07](#0120---2024-01-07)
Expand Down Expand Up @@ -42,7 +42,7 @@

## [Unreleased]

## [1.0.0.beta1] - 2024-01-31
## [0.13.0] - 2024-02-01

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<h1 align="center" id="-bcddresult">🔀 BCDD::Result</h1>
<p align="center"><i>Empower Ruby apps with pragmatic use of Result pattern, Railway Oriented Programming, and B/CDD.</i></p>
<p align="center"><i>Unleash a pragmatic and observable use of Result Pattern and Railway-Oriented Programming in Ruby.</i></p>
<p align="center">
<img src="https://img.shields.io/badge/ruby->%3D%202.7.0-ruby.svg?colorA=99004d&colorB=cc0066" alt="Ruby">
<a href="https://rubygems.org/gems/bcdd-result"><img src="https://badge.fury.io/rb/bcdd-result.svg" alt="bcdd-result gem version" height="18"></a>
Expand Down
2 changes: 1 addition & 1 deletion bcdd-result.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.authors = ['Rodrigo Serradura']
spec.email = ['[email protected]']

'Empower Ruby apps with pragmatic use of Result pattern, Railway Oriented Programming, and B/CDD.'
'Unleash a pragmatic and observable use of Result Pattern and Railway-Oriented Programming in Ruby.'
.then do |summary|
spec.summary = summary
spec.description = summary
Expand Down
2 changes: 1 addition & 1 deletion lib/bcdd/result/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module BCDD
class Result
VERSION = '1.0.0.beta1'
VERSION = '0.13.0'
end
end

0 comments on commit 1ba99a3

Please sign in to comment.