Skip to content

Releases: IBM/alchemy-logging

Python 1.0.2 - Documentation Updates

14 Aug 18:34
7e6acf9
Compare
Choose a tag to compare

Change Log

  • README improvements
  • Test dependency updates

C++ 1.2.0 - Remove Deprecated

14 Aug 18:27
7e6acf9
Compare
Choose a tag to compare

Change Log

  • Copyright header fixes
  • Remove deprecated ALOG_SETUP signature with log file and to screen bool
  • Update alog_fib_example for ALOG_SETUP signature change
  • README improvements/updates

C++ 1.1.0 - Install Improvements

12 Aug 14:41
41f0aa6
Compare
Choose a tag to compare

Change Log

  • Support make install
  • Update header file naming from include/logger.h -> include/alog/logger.hpp for more canonical naming and scoping when installed

C++ 1.0.0 - Initial public release

11 Aug 22:21
2866624
Compare
Choose a tag to compare

Change Log

  • This is the initial public release! It includes the following updates relative to the internal version:
    • Build system using CMake and CPM
    • Overhaul to use nlohmann/json instead of internal JsonParser library

Go 1.0.3 - More release process fixes

09 Aug 17:51
89b2fe7
Compare
Choose a tag to compare

Change Log

  • Fix how release.sh parses the version for go

Go 1.0.2 - Fix top-level release process

09 Aug 17:41
dbd7b89
Compare
Choose a tag to compare

Change Log

  • Fix top-level release.sh script to handle prefixed go tags

Go 1.0.1 - Release Process Cleanup

09 Aug 17:35
738b5d5
Compare
Choose a tag to compare

Change Log

  • This release bumps beyond the branch-based tag that I pushed manually while setting up the release process
    • Based on a comment here I'm lead to believe that I cannot move the 1.0.0 release after I pushed it to test on the branch

Typescript 1.0.4 - Ignore unnecessary files in publish

06 Aug 02:03
f68d7db
Compare
Choose a tag to compare

Change Log

  • Don't include unnecessary files in the archive when publishing to npm

Typescript 1.0.3 - Fixed Typescript Release

05 Aug 20:27
5bd8fe4
Compare
Choose a tag to compare

Change Log

  • Include the built typescript output in the published package

Python 1.0.1 - Improved Readme

29 Jul 22:38
f42b7a8
Compare
Choose a tag to compare

Change Log

  • Improved long_description in the package metadata