Skip to content

Commit

Permalink
Bump version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Aug 26, 2024
1 parent b17fbe1 commit e769325
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

## 1.0.0

- Support for
- Ruby 3.1 or later
- Cassandra 3.0 or later
- Used libraries
- DataStax C/C++ Driver 2.17.1
- libuv 1.48.0
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ $ gem install ilios -- --with-libuv-dir=/path/to/libuv-installed-dir --with-cass
## Requirements

- cmake (in order to build the DataStax C/C++ Driver and libuv)
- C/C++ compiler
- install_name_tool (macOS only)

## Supported

Expand Down
2 changes: 1 addition & 1 deletion lib/ilios/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Ilios
VERSION = '0.4.11'
VERSION = '1.0.0'
public_constant :VERSION

CASSANDRA_CPP_DRIVER_VERSION = '2.17.1'
Expand Down

0 comments on commit e769325

Please sign in to comment.