Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bimalkjha committed Dec 10, 2024
1 parent 5a3d642 commit 7fb18d7
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
2024-12-10, Version 0.5.1
=========================

* fea: add support for Macos AMR64 platform (Bimal Jha)

* Update Go Lang version (#254) (VIKAS MATHUR)


2024-09-06, Version 0.5.0
=========================

* Update DB Create and Drop testcase (#253) (VIKAS MATHUR)

* Update Pooling testcases (#252) (VIKAS MATHUR)

* update workflow file for test (Bimal Jha)

* Update go.yml (VIKAS MATHUR)

* fix connection issue in github action (Bimal Jha)

* fix spacing issue by replacing tab with 4spaces (Bimal Jha)

* Support for logging (#251) (VIKAS MATHUR)

* Update actions (#248) (hydernaqvi)

* Updated all testcase with error check (#249) (VIKAS MATHUR)

* Code alignment (#244) (VIKAS MATHUR)

* Logs at API Level (#241) (VIKAS MATHUR)

* Cleanup Files and README (#240) (hydernaqvi)

* z/OS Initial Port (#239) (hydernaqvi)

* fix issue #236 Decimal value by instering as string, columnSize should be of maximum decimal precision (#237) (sirius)

* doc: update Readme file (Bimal Jha)


2023-11-23, Version 0.4.5
=========================

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/ibmdb/go_ibm_db

go 1.23.1
go 1.23.4

require github.com/ibmruntimes/go-recordio/v2 v2.0.0-20240416213906-ae0ad556db70

0 comments on commit 7fb18d7

Please sign in to comment.