Releases: IBM/alchemy-logging
Releases · IBM/alchemy-logging
Python 1.0.2 - Documentation Updates
Change Log
- README improvements
- Test dependency updates
C++ 1.2.0 - Remove Deprecated
Change Log
- Copyright header fixes
- Remove deprecated
ALOG_SETUP
signature with log file and to screen bool - Update
alog_fib_example
forALOG_SETUP
signature change - README improvements/updates
C++ 1.1.0 - Install Improvements
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
Change Log
- This is the initial public release! It includes the following updates relative to the internal version:
- Build system using
CMake
andCPM
- Overhaul to use
nlohmann/json
instead of internalJsonParser
library
- Build system using
Go 1.0.3 - More release process fixes
Change Log
- Fix how
release.sh
parses the version forgo
Go 1.0.2 - Fix top-level release process
Change Log
- Fix top-level
release.sh
script to handle prefixed go tags
Go 1.0.1 - Release Process Cleanup
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
- Based on a comment here I'm lead to believe that I cannot move the
Typescript 1.0.4 - Ignore unnecessary files in publish
Change Log
- Don't include unnecessary files in the archive when publishing to npm
Typescript 1.0.3 - Fixed Typescript Release
Change Log
- Include the built typescript output in the published package
Python 1.0.1 - Improved Readme
Change Log
- Improved
long_description
in the package metadata