Skip to content

Commit b0ae815

Browse files
committed
Bump version to 0.3.3.
1 parent 9f4adf2 commit b0ae815

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oracle"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["Kubo Takehiro <[email protected]>"]
55
build = "build.rs"
66
repository = "https://github.com/kubo/rust-oracle"

ChangeLog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Change Log
22

3-
## 0.3.2 (2019-11-14)
3+
## 0.3.3 (2020-10-25)
44

55
Changes:
66

7-
Fixed bugs:
7+
* Add new methods [`Connection.call_timeout()`][] and [`Connection.set_call_timeout()`][]
8+
9+
## 0.3.2 (2019-11-14)
10+
11+
Changes:
812

913
* Fix SEGV while getting Object type's FLOAT data type attributes. ([GH-19][])
1014

@@ -263,6 +267,7 @@ Incompatible changes:
263267
[GH-19]: https://github.com/kubo/rust-oracle/issues/19
264268
[`ColumnInfo.name()`]: https://docs.rs/oracle/*/oracle/struct.ColumnInfo.html#method.name
265269
[`Connection::connect()`]: https://docs.rs/oracle/*/oracle/struct.Connection.html#method.connect
270+
[`Connection.call_timeout()`]: https://docs.rs/oracle/*/oracle/struct.Connection.html#method.call_timeout
266271
[`Connection.execute()`]: https://docs.rs/oracle/*/oracle/struct.Connection.html#method.execute
267272
[`Connection.execute_named()`]: https://docs.rs/oracle/*/oracle/struct.Connection.html#method.execute_named
268273
[`Connection.object_type()`]: https://docs.rs/oracle/*/oracle/struct.Connection.html#method.object_type
@@ -276,6 +281,7 @@ Incompatible changes:
276281
[`Connection.query_row_as()`]: https://docs.rs/oracle/*/oracle/struct.Connection.html#method.query_row_as
277282
[`Connection.query_row_as_named()`]: https://docs.rs/oracle/*/oracle/struct.Connection.html#method.query_row_as_named
278283
[`Connection.status()`]: https://docs.rs/oracle/*/oracle/struct.Connection.html#method.status
284+
[`Connection.set_call_timeout()`]: https://docs.rs/oracle/*/oracle/struct.Connection.html#method.set_call_timeout
279285
[`Connection.tag()`]: https://docs.rs/oracle/*/oracle/struct.Connection.html#method.tag
280286
[`ConnParam`]: https://docs.rs/oracle/0.2.*/oracle/enum.ConnParam.html
281287
[`ConnStatus`]: https://docs.rs/oracle/*/oracle/enum.ConnStatus.html

0 commit comments

Comments
 (0)