Skip to content

Commit a6bf08d

Browse files
authored
Release candidate for 5.1.0 (#358)
* Bump version to 5.1.0 * single quote strings * update product metadata
1 parent b94e345 commit a6bf08d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

lib/bson/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ module BSON
55
#
66
# NOTE: this file is automatically updated via `rake candidate:create`.
77
# Manual changes to this file may be overwritten by that rake task.
8-
VERSION = '5.0.2'
8+
VERSION = '5.1.0'
99
end

product.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: BSON for Ruby
3+
description: a fully featured [BSON specification](https://bsonspec.org/) implementation
4+
in Ruby
35
package: bson
6+
jira: https://jira.mongodb.org/projects/RUBY
47
version:
5-
number: 5.0.2
8+
number: 5.1.0
69
file: lib/bson/version.rb

0 commit comments

Comments
 (0)