-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump wrapper versions to 0.15.0 #1007
Changes from 10 commits
3c9232d
5f9c811
03f1a8d
03d3263
95b0a12
7e58fcc
08743ed
8777f26
55628f6
bea9877
8278b1b
dd26398
95214d8
f2e9c0b
ab21077
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.14.0 | ||
0.15.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.cossacklabs.themis" android:versionCode="1" android:versionName="0.14.0"> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.cossacklabs.themis" android:versionCode="1" android:versionName="0.15.0"> | ||
</manifest> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
CossackLabs <def@cossacklabs.com> (http://cossacklabs.com/) | ||
CossackLabs <dev@cossacklabs.com> (http://cossacklabs.com/) | ||
G1gg1L3s marked this conversation as resolved.
Show resolved
Hide resolved
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "pythemis" | ||
version = "0.14.0" | ||
version = "0.15.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. wow, you had already updated our internal readme. thanks! |
||
authors = [{ name = "CossackLabs", email = "dev@cossacklabs.com" }] | ||
description = "Themis is multi-platform library with a high-level and easy-to-use cryptographic toolkit for data protection" | ||
readme = "README.md" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Gem::Specification.new do |s| | ||
s.name = 'rbthemis' | ||
s.version = '0.14.0' | ||
s.date = '2021-12-24' | ||
s.version = '0.15.0' | ||
s.date = '2023-07-01' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👀 |
||
s.summary = 'Data security library for network communication and data storage for Ruby' | ||
s.description = 'Themis is a convenient cryptographic library for data protection. It provides secure messaging with forward secrecy and secure data storage. Themis is aimed at modern development practices and has a unified API across 12 platforms, including Ruby, JavaScript, iOS/macOS, Python, and Java/Android.' | ||
s.authors = ['CossackLabs'] | ||
|
@@ -10,5 +10,5 @@ Gem::Specification.new do |s| | |
s.homepage = 'http://cossacklabs.com/' | ||
s.license = 'Apache-2.0' | ||
s.add_runtime_dependency 'ffi', '~> 1.9', '>= 1.9.8' | ||
s.requirements << 'libthemis, v0.14.0' | ||
s.requirements << 'libthemis, v0.15.0' | ||
end |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's mention from which value to which new value we increased. it will help us in the future too, I think so