Skip to content

Commit dce6e1a

Browse files
authored
chore(main): release oas_rails 0.11.0 (#90)
1 parent e680d6b commit dce6e1a

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.10.1"}
1+
{".":"0.11.0"}

CHANGELOG.md

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

3+
## [0.11.0](https://github.com/a-chacon/oas_rails/compare/oas_rails/v0.10.1...oas_rails/v0.11.0) (2025-04-07)
4+
5+
6+
### Features
7+
8+
* add rapidoc assets to the gem. So will load locally without need CDN ([#94](https://github.com/a-chacon/oas_rails/issues/94)) ([ab0c684](https://github.com/a-chacon/oas_rails/commit/ab0c684e9b91cd5c2cf78b63fd13d8d29edda317))
9+
* Ebook ([#98](https://github.com/a-chacon/oas_rails/issues/98)) ([e680d6b](https://github.com/a-chacon/oas_rails/commit/e680d6b8d9231162d6d9fbfbec600742bb89b27e))
10+
* pre defined themes for rapidoc ([#96](https://github.com/a-chacon/oas_rails/issues/96)) ([6c5b75b](https://github.com/a-chacon/oas_rails/commit/6c5b75bbc40379242210f7bf59f6ec922b2706da))
11+
12+
13+
### Bug Fixes
14+
15+
* finish to process a json schema from a active record class with easy talk ([#95](https://github.com/a-chacon/oas_rails/issues/95)) ([f3b4401](https://github.com/a-chacon/oas_rails/commit/f3b440195198b667db865435fb0701d9467a193e))
16+
* small text fix in initializer template file ([#97](https://github.com/a-chacon/oas_rails/issues/97)) ([a31bfa0](https://github.com/a-chacon/oas_rails/commit/a31bfa063c285b98a35f33f173acf984e99e30cc))
17+
18+
19+
### Documentation
20+
21+
* **readme:** add documentation for configure project's license ([#89](https://github.com/a-chacon/oas_rails/issues/89)) ([19fdb97](https://github.com/a-chacon/oas_rails/commit/19fdb972265099872cbb5e23f55b52947b2a5864))
22+
323
## [0.10.1](https://github.com/a-chacon/oas_rails/compare/oas_rails/v0.10.0...oas_rails/v0.10.1) (2025-03-29)
424

525

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
oas_rails (0.10.1)
4+
oas_rails (0.11.0)
55
easy_talk (~> 1.0)
66
method_source (~> 1.0)
77
yard (~> 0.9)

lib/oas_rails/version.rb

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

0 commit comments

Comments
 (0)