@dantalion I also had issues post upgrade. Looks like they were caused by packages that were held back during updated. I used apt dist-upgrade to fix it.
@js @dantalion Actually I have to correct myself, as it turns out "apt-get upgrade" and "apt upgrade" aren't the same (TIL!)
"apt-get upgrade" is the one that's definitely not going to work; "apt upgrade" is better and should work for regular updates most of the time. However, for upgrades between suites you still need to use either "apt" or "apt-get" with either "full-upgrade" or "dist-upgrade", and this applies to both PureOS and Debian.