Skip to content

Commit d3fa755

Browse files
chore(main): release 1.0.6
1 parent 78f8f4f commit d3fa755

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.6](https://github.com/googleapis/python-db-dtypes-pandas/compare/v1.0.5...v1.0.6) (2023-01-06)
4+
5+
6+
### Bug Fixes
7+
8+
* Adds bounds checking because pandas now handles microsecond reso… ([#166](https://github.com/googleapis/python-db-dtypes-pandas/issues/166)) ([357a315](https://github.com/googleapis/python-db-dtypes-pandas/commit/357a3156a3eb37eede2edb7fc84e93fe32967f11))
9+
310
## [1.0.5](https://github.com/googleapis/python-db-dtypes-pandas/compare/v1.0.4...v1.0.5) (2022-12-05)
411

512

db_dtypes/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.5"
15+
__version__ = "1.0.6"

0 commit comments

Comments
 (0)