Releases: happi/theBeamBook
Releases · happi/theBeamBook
v0.1.4
v0.1.3
Release 0.1.3
New semantic versioning
Full Changelog: 0.1.0...v0.1.2
0.1.0
Getting close to a real release
What's Changed
- Some cleanup and first draft of debugging chapter. by @happi in #177
- Updated OTP build chapter by @richcarl in #179
- Part ii restructuring by @happi in #180
- Fix #171 describe register with type hint tag. by @happi in #181
- Fix #170 describe new chunks. by @happi in #182
- Modernized sections on debugging with GDB and building a debug executable by @richcarl in #184
- fix xrefs in chapter 1 by @nrednav in #183
- Fix typo that broke Debugging chapter declaration by @richcarl in #185
- Update preface and introduction by @richcarl in #186
- Update introduction, enable index by @richcarl in #187
- Fix uses of +...+ where backticks were intended by @richcarl in #188
- Update figures in memory chapter and note sharing preserving config option by @richcarl in #189
- Improve description of term ordering by @richcarl in #190
- Update the compiler chapter and bibliography by @richcarl in #191
- Polished Processes chapter by @richcarl in #192
- Updated section on process dictionary by @richcarl in #193
- Updated chapter on types and tags by @richcarl in #194
- Updated the Beam chapter by @richcarl in #195
New Contributors
Full Changelog: 0.0.18...0.1.0
Interfacing with C code
Initial version of C-chapter.
Debugging
Draft of debug chapter
Debugging (#158) * Outline * Outline to sections * Bump checkout version in workflow and make it possible to fetch history * Fix bash script for generating contributors file --------- Co-authored-by: Erik Stenman <[email protected]> Co-authored-by: Tobias Lindahl <[email protected]>
Booleans
0.0.14.fix
Ch5 minor improvements